-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
80 lines (68 loc) · 1.71 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
74
75
76
77
78
79
80
! Tibor`s Xresources.
! Set DPI; useful for having comfortable default font size when starting via tty1
Xft.dpi: 96
! Antialiasing
Xft.antialias: 1
Xft.autohint: 0
Xft.hinting: 1
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
! Gruvbox colour theme
*background: #1d2021
*foreground: #ebdbb2
*color0: #1d2021
*color8: #928374
*color1: #cc241d
*color9: #fb4934
*color2: #98971a
*color10: #b8bb26
*color3: #d79921
*color11: #fabd2f
*color4: #458588
*color12: #83a598
*color5: #b16286
*color13: #d3869b
*color6: #689d6a
*color14: #8ec07c
*color7: #a89984
*color15: #ebdbb2
! XTerm support for Unicode
XTerm*utf8: 1
XTerm*utf8Fonts: always
XTerm*locale: true
! XTerm fonts
XTerm*faceName: monospace
XTerm*faceSize: 10
XTerm*renderFont: true
XTerm*faceSize1: 7
XTerm*faceSize2: 8
XTerm*faceSize3: 9
XTerm*faceSize4: 12
XTerm*faceSize5: 16
XTerm*faceSize6: 24
! XTerm looks
XTerm*scrollBar: false
! XTerm click on URLs
XTerm*charClass: 33:48,37-38:48,45-47:48,64:48,58:48,126:48,61:48,63:48,43:48,35:48
! XTerm scrolling buffer
XTerm*saveLines: 8192
! XTerm selections
xterm*selectToClipboard: true
! XTerm shortcuts
XTerm*translations: #override \n\
Ctrl Shift <KeyPress>C: select-end(SELECT, CLIPBOARD) \n\
Ctrl Shift <KeyPress>V: insert-selection(SELECT, CLIPBOARD) \n\
Ctrl <KeyPress>minus: smaller-vt-font() \n\
Ctrl <KeyPress>plus: larger-vt-font() \n\
Ctrl <KeyPress>0: set-vt-font(d) \n\
Meta <KeyPress>o: exec-formatted("xdg-open '%t'", PRIMARY) select-start() select-end() \n\
<Key> F11: fullscreen() \n\
<Key> F12: spawn-new-terminal() \n
! Emacs disable UI elements
Emacs.cursorBlink: off
Emacs.menuBar: off
Emacs.toolBar: off
Emacs.verticalScrollBars: off
! Emacs font
Emacs.font: monospace-10