This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xresources
106 lines (85 loc) · 2.39 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcdfilter
XTerm*renderFont: true
XTerm*faceName: xft:JetBrains Mono:size=12, \
xft:JoyPixels:size=12, \
xft:monospace:style=Medium:size=12
XTerm*faceSize: 11
XTerm*utf8: 2
XTerm*locale: true
XTerm.vt100.translations: #override \n\
Ctrl <Key> j: smaller-vt-font() \n\
Ctrl <Key> k: larger-vt-font()
! Every shell is a login shell by default (for inclusion of all necessary environment variables)
XTerm*loginshell: true
! I like a LOT of scrollback...
XTerm*savelines: 16384
! double-click to select whole URLs :D
XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
URxvt*imLocale: en_US.UTF-8
URxvt*termName: rxvt-unicode-256color
URxvt*buffered: false
URxvt.intensityStyles: false
URxvt.font: xft:JetBrains Mono:size=12, \
xft:JoyPixels:size=12, \
xft:monospace:style=Medium:size=12
URxvt.saveLines: 2000
URxvt.scrollBar: false
URxvt.cursorColor: white
!! Extensions
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select,clipboard
URxvt.colorUL: #4682B4
!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: urxvt -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss
URxvt.url-select.underline: true
!! keyboard-select:
URxvt.keysym.M-Escape: perl:keyboard-select:activate
!! resize-font
URxvt.keysym.C-k: font-size:increase
URxvt.keysym.C-j: font-size:decrease
!! Matcher
URxvt.url-launcher: urxvt -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss
URxvt.matcher.button: 1
!!clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt*depth: 32
! COLORS FOR SXIV
Sxiv.foreground: #bbc2cf
Sxiv.background: #282c34
Sxiv.font: Ubuntu:style=bold:size=11
! FOR ALL OTHER PROGRAMS USE XRESOURCES
! This includes xterm and urxvt
*.foreground: #bbc2cf
*.background: #282c34
*.cursorColor: #bbc2cf
! black
*.color0: #1c1f24
*.color8: #5b6268
! red
*.color1: #ff6c6b
*.color9: #da8548
! green
*.color2: #98be65
*.color10: #4db5bd
! yellow
*.color3: #da8548
*.color11: #ecbe7b
! blue
*.color4: #51afef
*.color12: #3071db
! magenta
*.color5: #c678dd
*.color13: #a9a1e1
! cyan
*.color6: #5699af
*.color14: #46d9ff
! white
*.color7: #202328
*.color15: #dfdfdf