blob: 2c2a3f712cefcc224c53f51c40f9c82408f9f1c9 (
plain)
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
|
#include "base16-tomorrow"
*.font: -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*
Xcursor.theme: Bibata Oil
Xcursor.size: 16
Emacs.ToolBar: off
Emacs.MenuBar: off
Emacs.ScrollBars: off
Emacs.CursorBlink: off
rofi.font: Monospace Bold 14
st.borderpx: 1
st.chscale: 1.2
st.bold_font: 0
st.mouseScrollLines: 3
URxvt.fading: 0
URxvt.geometry: 100x40
URxvt.urgentOnBell: true
URxvt.scrollBar: false
URxvt.scrollstyle: plain
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.saveLines: 16384
URxvt.secondaryScroll: false
URxvt.boldFont: -xos4-terminus-bold-r-*-*-12-*-*-*-*-*-iso10646-*
URxvt.intensityStyles: true
URxvt.pointerBlank: true
URxvt.pointerBlankDelay: 987654321
URxvt.letterSpace: 0
URxvt.lineSpace: 2
xterm*backarrowKeyIsErase: true
xterm*ptyInitialErase: true
xterm*metaSendsEscape: true
xterm*altSendsEscape: true
xterm*eightBitInput: false
xterm*eightBitMeta: false
xterm*decTerminalId: vt340
xterm*numColorRegisters: 256
xterm*VT100.Translations: #override \
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Alt Shift <Key>V: insert-selection(CLIPBOARD) \n\
Alt Shift <Key>C: copy-selection(CLIPBOARD)
! Local Variables:
! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))
! End:
|