-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxresources
73 lines (64 loc) · 1.81 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
! Apply changes: xrdb -merge ~/.Xresources
! Apps dont usually pick those up until restart, e.g. xterm
XTerm*color0: #000000
XTerm*color1: #b21818
XTerm*color2: #54FF54
XTerm*color3: #BE5F00
XTerm*color4: #6D85BA
XTerm*color5: #b218b2
XTerm*color6: #18b2b2
XTerm*color7: #b2b2b2
XTerm*color8: #686868
XTerm*color9: #FF5454
XTerm*color10: #54FF54
XTerm*color11: #FFFF54
XTerm*color12: #73A5FF
XTerm*color13: #FF54FF
XTerm*color14: #54FFFF
XTerm*color15: #FFFFFF
XTerm*background: #001800
XTerm*foreground: #79fe6c
XTerm*allowSendEvents: false
XTerm*allowTcapOps: true
XTerm*allowTitleOps: true
XTerm*allowWindowOps: false
XTerm*toolBar: false
XTerm*scrollBar: false
XTerm*internalBorder: 0
XTerm*borderWidth: 0
XTerm*utf8Title: true
XTerm*multiScroll: true
XTerm*jumpScroll: true
XTerm*saveLines: 2000
XTerm*waitForMap: true
XTerm*loginShell: false
XTerm*visualBell: false
XTerm*showMissingGlyphs: true
XTerm*metaSendsEscape: true
XTerm*formatOtherKeys: 0
XTerm*modifyOtherKeys: 1
!! selectToClipboard also enables paste from it, but "select" part is bad
XTerm*selectToClipboard: false
XTerm*keepClipboard: true
XTerm*VT100.Translations: #override \
Shift <KeyPress> Insert: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl <Btn1Up>: exec-formatted("xdg-open '%t'", PRIMARY)
!! all printable ascii are "word chars" for copy-paste purposes
XTerm*charClass: 33-126:48
yeahconsole*restart: 0
yeahconsole*consoleHeight: 30
yeahconsole*aniDelay: 20
yeahconsole*stepSize: 20
yeahconsole*toggleKey: Control+grave
yeahconsole*keySmaller: ControlAltWin+F2
yeahconsole*keyBigger: ControlAltWin+F2
yeahconsole*keyFull: ControlAltWin+F2
Xft.dpi: 102
Xft.rgba: rgb
Xft.antialias: 1
Xft.autohint: 0
Xft.hinting: 1
Xft.hintstyle: hintnone
Xft.lcdfilter: lcddefault