-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
37 lines (34 loc) · 1.04 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
xterm*loginShell: true
xterm*termName: xterm-256color
xterm*faceName: IBMPlexMono Light
xterm*faceSize: 14
*background: rgb:00/00/00
*foreground: rgb:ff/ff/ff
*color0: rgb:00/00/00
*color1: rgb:d3/62/65
*color2: rgb:ae/ce/91
*color3: rgb:e7/e1/8c
*color4: rgb:7a/7a/b0
*color5: rgb:96/3c/59
*color6: rgb:41/81/79
*color7: rgb:be/be/be
*color8: rgb:66/66/66
*color9: rgb:ef/81/71
*color10: rgb:e5/f7/79
*color11: rgb:ff/f7/96
*color12: rgb:41/86/be
*color13: rgb:ef/9e/be
*color14: rgb:71/be/be
*color15: rgb:ff/ff/ff
xterm*VT100.Translations: #override \
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font() \n\
Ctrl <Key> 0: set-vt-font(d) \n\
Shift <KeyPress> Insert: insert-selection(CLIPBOARD) \n\
Ctrl <Key>P: insert-selection(CLIPBOARD) \n\
Ctrl <Key>Y: copy-selection(CLIPBOARD) \n\
Ctrl <Btn1Up>: exec-formatted("xdg-open '%t'", PRIMARY)
xterm*saveLines: 4096
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*scrollTtyOutput: false