-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
37 lines (31 loc) · 1.31 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
37
!
! Comments begin with a "!" character.
!
xterm*Background: black
xterm*Foreground: green
xterm*cursorColor: LightBlue
xterm*pointerShape: arrow
xterm*pointerColor: blue
xterm*scrollBar: true
xterm*scrollTtyOutput: false
xterm*rightScrollBar: true
xterm.vt100.geometry: 160x80
xterm*colorBDMode: true
xterm*colorBD: rgb:fc/00/00
XTerm*faceName: Profont
XTerm*faceSize: 9
! http://www.staldal.nu/tech/2009/01/11/how-to-use-mousewheel-in-gnu-screen/comment-page-1/
XTerm*saveLines: 0
XTerm*vt100.translations: #override \n\
Ctrl <Btn4Down>: string(0x1b) string("[25S") \n\
Lock Ctrl <Btn4Down>: string(0x1b) string("[25S") \n\
Lock @Num_Lock Ctrl <Btn4Down>: string(0x1b) string("[25S") \n\
@Num_Lock Ctrl <Btn4Down>: string(0x1b) string("[25S") \n\
<Btn4Down>: string(0x1b) string("[5S") \n\
Ctrl <Btn5Down>: string(0x1b) string("[25T") \n\
Lock Ctrl <Btn5Down>: string(0x1b) string("[25T") \n\
Lock @Num_Lock Ctrl <Btn5Down>: string(0x1b) string("[25T") \n\
@Num_Lock Ctrl <Btn5Down>: string(0x1b) string("[25T") \n\
<Btn5Down>: string(0x1b) string("[5T") \n\
Shift <KeyPress> Prior: string(0x1b) string("[25S") \n\
Shift <KeyPress> Next: string(0x1b) string("[25T") \n