Last active
June 29, 2021 12:11
-
-
Save ihilt/a7e4573622ff37f4dbf41559b0d49f07 to your computer and use it in GitHub Desktop.
Xresources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| XTerm.termName: xterm-256color | |
| XTerm.vt100.locale: false | |
| XTerm.vt100.utf8: true | |
| XTerm.vt100.scrollTtyOutput: false | |
| XTerm.vt100.scrollKey: true | |
| XTerm.vt100.bellIsUrgent: true | |
| XTerm.vt100.metaSendsEscape: true | |
| XTerm.vt100.selectToClipboard: true | |
| XTerm.vt100.saveLines: 99999 | |
| XTerm.vt100.geometry: 132x43 | |
| XTerm.vt100.faceName: Noto Mono Regular | |
| XTerm.vt100.faceSize: 12 | |
| XTerm.vt100.boldMode: false | |
| XTerm.vt100.internalBorder: 1 | |
| XTerm.vt100.reverseVideo: true | |
| XTerm.borderWidth: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment