-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Xresources
More file actions
114 lines (110 loc) · 2.66 KB
/
Copy path.Xresources
File metadata and controls
114 lines (110 loc) · 2.66 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
! ===== fonts
! Xft.dpi: Thinkpad X230 (1366x768; 12.5 inch) = 125
Xft.dpi: 125
Xft.autohint: 0
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: none
! ===== colors
! Common
#define S_yellow #F0DFAF
#define S_orange #DFAF8F
#define S_red #CC9393
#define S_magenta #DC8CC3
#define S_violet #bbb0cb
#define S_blue #8CD0D3
#define S_cyan #93E0E3
#define S_green #7F9F7F
! Dark
#define S_base03 #3F3F3F
#define S_base02 #4F4F4F
#define S_base01 #878777
#define S_base00 #6F6F6F
#define S_base0 #DCDCCC
#define S_base1 #FFFFEF
#define S_base2 #FFFFF6
#define S_base3 #FFFFFD
! Light: TODO
*background: S_base03
*foreground: S_base0
*fading: 40
*fadeColor: S_base03
*cursorColor: S_base1
*pointerColorBackground: S_base01
*pointerColorForeground: S_base1
*color0: S_base02
*color1: S_red
*color2: S_green
*color3: S_yellow
*color4: S_blue
*color5: S_magenta
*color6: S_cyan
*color7: S_base2
*color9: S_orange
*color8: S_base03
*color10: S_base01
*color11: S_base00
*color12: S_base0
*color13: S_violet
*color14: S_base1
*color15: S_base3
! ===== xlock
XLock.startCmd: doas -L
XLock.dpmsoff: 10
XLock.lockdelay: 10
XLock.description: on
XLock.echokeys: on
XLock.info:
XLock.background: black
XLock.foreground: white
XLock.mode: blank
XLock.username: username:
XLock.password: password:
! ===== urxvt
URxvt.font: -*-terminus-medium-*-*-*-16-*-*-*-*-*-*-u
URxvt.fading: 0
URxvt.borderWidth: 2
URxvt.internalBorder: 4
URxvt.termName: xterm-256color
URxvt.saveLines: 10240
URxvt.scrollBar: false
! rxvt, plain, next, xterm
URxvt.scrollStyle: plain
URxvt.thickness: 14
URxvt.bellIsUrgent: true
URxvt.allowBoldFonts: true
URxvt.loginShell: true
URxvt.utmpInhibit: false
! pressing a key scrolls to the bottom
URxvt.scrollKey: true
URxvt.on2Clicks: word
URxvt.on3Clicks: line
URxvt.iso14755: disabled
URxvt.iso14755_52: disabled
! alt is meta
URxvt.modifier: alt
URxvt.hold: false
URxvt.clipboard.autocopy: true
URxvt.keysym.4-c: perl:clipboard-osc:copy
URxvt.keysym.4-v: perl:clipboard-osc:paste
URxvt.perl-ext-common: default,clipboard-osc
! URxvt.tabbed.tabbar-fg: 2
! URxvt.tabbed.tabbar-bg: 0
! URxvt.tabbed.tab-fg: 3
! URxvt.tabbed.tab-bg: 0
URxvt.skipBuiltinGlyphs: true
! ===== xterm
XTerm.font: -*-terminus-medium-*-*-*-16-*-*-*-*-*-*-u
XTerm.termName: xterm-256color
XTerm.hold: false
XTerm.reportFonts: true
XTerm.vt100.metaSendsEscape: true
XTerm.vt100.saveLines: 10000
XTerm.vt100.scrollBar: false
XTerm.vt100.translations: #override \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Mod4 <Key>C: copy-selection(CLIPBOARD) \n\
Mod4 <Key>V: insert-selection(CLIPBOARD) \n\
Mod4 <Key>E: alt-sends-escape()