-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.Xresources
More file actions
131 lines (103 loc) · 2.77 KB
/
.Xresources
File metadata and controls
131 lines (103 loc) · 2.77 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
! vim:ts=8
#ifdef HIDPI
! pkg_add xcursor-dmz
Xcursor.theme: dmz
Xcursor.size: 64
Xft.dpi: 112
#endif
! a muted palette for athena things like xterm, xfontsel, etc.
#define BG #eae5ce
#define FG #444444
*.background: BG
*.foreground: FG
*.scrollbar.background: BG
*.scrollbar.foreground: FG
*.scrollBar.minimumThumb: 50
*.scrollbar.width: 10
*.borderColor: BG
#ifdef HIDPI
.font: -*-lucida-medium-r-*-*-24-*-*-*-*-*-*-*
#else
*.font: -*-lucida-medium-r-*-*-12-*-*-*-*-*-*-*
#endif
! solarized (light)
! black
URxvt.color0: FG
URxvt.color8: #333333
! red
URxvt.color1: #dc322f
URxvt.color9: #cb4b16
! green
URxvt.color2: #859900
URxvt.color10: #93a1a1
! yellow
URxvt.color3: #b58900
URxvt.color11: #839496
! blue
URxvt.color4: #268bd2
URxvt.color12: #657b83
! magenta
URxvt.color5: #d33682
URxvt.color13: #6c71c4
! cyan
URxvt.color6: #2aa198
URxvt.color14: #586e75
! white (gray)
URxvt.color7: #d9d7cc
URxvt.color15: #e5e5e5
! urxvt-specific settings
#ifdef HIDPI
URxvt.internalBorder: 24
#else
URxvt.internalBorder: 12
#endif
URxvt.utmpInhibit: true
URxvt.loginShell: true
URxvt.saveLines: 20000
URxvt.scrollBar: false
URxvt.selectToClipboard: true
URxvt.termName: xterm-256color
! hide when i type
URxvt.pointerBlank: true
! if i scrolled up, leave it that way when more output comes
URxvt.scrollTtyOutput: false
! but not when i press a key
URxvt.scrollTtyKeypress: true
!URxvt.geometry: 80x40
URxvt.geometry: 80x100
#ifdef HIDPI
URxvt.font: xft:Iosevka (jcs):size=12.5,xft:noto emoji:size=12.5
URxvt.boldFont: xft:Iosevka (jcs):weight=bold:size=12.5,xft:noto emoji:weight=bold:size=12.5
URxvt.letterSpace: -1
#else
URxvt.font: 6x13,xft:noto emoji:size=12,xft:symbola
URxvt.boldFont: 6x13bold,xft:noto emoji:weight=bold:size=12
URxvt.letterSpace: 0
#endif
! make alt+v/command+v paste clipboard
URxvt.keysym.M-v: eval:paste_clipboard
URxvt.keysym.Mod4-v: eval:paste_clipboard
URxvt.cutchars: "`\"'&()*,;<=>?@[]^{|}.:/-"
! support right-clicking urls to open them
URxvt.perl-ext-common: default,matcher,selection-to-clipboard,-selection
URxvt.url-launcher: HOME/bin/firefox
URxvt.matcher.button: 3
URxvt.matcher.rend.0: Uline
! disable paste warning
URxvt.perl-ext: -confirm-paste,ls_l,warn_on_close
SshAskpass*inputTimeout: 15
#ifdef HIDPI
SshAskpass*Button.font: -*-lucida-medium-r-*-*-32-*-*-*-*-*-*-*
SshAskpass*Dialog.font: -*-lucida-medium-r-*-*-36-*-*-*-*-*-*-*
SshAskpass*Indicator.width: 40
SshAskpass*Indicator.height: 20
SshAskpass*defaultXResolution: 200/in
SshAskpass*defaultYResolution: 200/in
#endif
XClock*.update: 1
XClock*.analog: False
XClock*.render: True
XClock*.padding: 40
XClock*.face: Microsoft Sans Serif:size=20
XClock*.strftime: %a %b %d %H:%M
XClock*.background: #c0c7c8