Created
May 3, 2021 00:55
-
-
Save troglobit/4ac5f20bde41260900c0b4ac0bb3fb0f to your computer and use it in GitHub Desktop.
Xterm setup on Debian 11
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
Xft.antialias: true | |
!xterm.termName: xterm-256color | |
xterm*metaSendsEscape: true | |
xterm*scrollBar: false | |
xterm*scrollbar.width: 8 | |
xterm*reverseVideo: on | |
xterm*renderFont: default | |
xterm*faceName: DejaVu Sans Mono | |
xterm*faceSize: 9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment