Created
March 11, 2012 21:47
-
-
Save grauwoelfchen/2018320 to your computer and use it in GitHub Desktop.
ttf-font setting for xterm
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
!! Xterm | |
! Color | |
XTerm*background: black | |
XTerm*foreground: gray | |
XTerm*highlightColor: gray | |
! Font | |
XTerm*VT100*utf8: 1 | |
XTerm*VT100*utf8Title: true | |
XTerm*VT100*locale: false | |
!XTerm*ximFont: -misc-fixed-medium-r-normal--14-130-75-75-c-140-jisx0208.1983-0 | |
XTerm*ximFont: -misc-azukifontl-medium-r-normal--14-130-75-75-p-140-jisx0208.1983-0 | |
!XTerm*VT100*faceName: Monospace | |
!XTerm*VT100*faceName: VLGothic | |
XTerm*VT100*faceName: DejaVu Sans Mono | |
XTerm*VT100*faceNameDoublesize: Akubin | |
!XTer | |
XTerm*font: -*-fixed-*-*-*--13-*-*-*-*-*-*-* | |
XTerm*boldFont: -*-fixed-*-*-*--13-*-*-*-*-*-*-* | |
! Delete | |
XTerm*backarrowKey: false | |
XTerm*ptyInitialErase: true | |
! Loginshell | |
XTerm*.loginShell: true | |
! | |
XTerm*VT100*selectToClipboard: true | |
XTerm*VT100*saveLines: 1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment