Created
December 31, 2020 16:51
-
-
Save BrandonIrizarry/4ed01b4090066d41fa136518920184cd to your computer and use it in GitHub Desktop.
A minimal but useful Xterm configuration file.
This file contains 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
! Make communicating with other applications via the clipboard easy | |
xterm*selectToClipboard: true | |
! Important - if you leave out 'renderFont', 'faceName' and such won't work. See: | |
! https://superuser.com/questions/463414/how-to-get-truetype-fonts-to-display-in-xterm-from-a-xresources-file/575108#575108 | |
xterm*renderFont: true | |
xterm*faceName: monospace | |
xterm*faceSize: 20 | |
! Some sample configuration settings, to test whether xterm was | |
! responding to the 'xrdb' command. | |
xterm*foreground: rgb:ff/ff/ff | |
xterm*background: rgb:00/00/00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment