-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
36 lines (30 loc) · 1.09 KB
/
Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
! -------------------------------------------------
! file: ~/.Xdefaults
! author: of-1
! modified: September 2012
! vim: nu:ai:si:et:ts=4:sw=4:ft=xdefaults
!--------------------------------------------------
!xterm---------------------------------------------
xterm*background: black
xterm*foreground: cyan
xterm*vt100*geometry: 90x26
xterm*cursorColor: #8700AF
xterm*scrollBar: false
!Default:
!xterm*font: -*-terminal-r-*-*-*-*-*-*-*-*-*-*
!Alternative 0:
!xterm*font: -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-* -fa monospace -fs 10 &
!xterm*faceName: monospace
!Alternative 1:
!xterm*font: -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-*
!xterm*faceName: monospace
!Also Monospace, but smaller:
xterm*faceName: monospace:style=Regular:size=10
!Terminus:
!xterm*faceName: Terminus:style=Regular:size=10
xterm*faceSize: 11
xterm*saveLines: 4000
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48
!supposedly, this disables bold fonts, but as of now, it is not working
xterm*boldMode: false
xterm*allowBoldFonts: false