-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
101 lines (94 loc) · 2.66 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
! X colors.
! Generated by 'wal'
*foreground: #cfdbe7
*background: #2b2122
*.foreground: #cfdbe7
*.background: #2b2122
emacs*foreground: #cfdbe7
emacs*background: #2b2122
URxvt*foreground: #cfdbe7
XTerm*foreground: #cfdbe7
UXTerm*foreground: #cfdbe7
URxvt*background: [97]#2b2122
XTerm*background: #2b2122
UXTerm*background: #2b2122
URxvt*cursorColor: #cfdbe7
XTerm*cursorColor: #cfdbe7
UXTerm*cursorColor: #cfdbe7
URxvt*borderColor: [97]#2b2122
! urxvt settings
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.font: xft:Iosevka Custom:style=Regular:size=9
URxvt.boldFont: xft:Iosevka Custom:style=Regular:size=9
URxvt.italicFont: xft:Iosevka Custom:style=Regular:size=9
URxvt.boldItalicfont: xft:Iosevka Custom:style=Regular:size=9
! URxvt.geometry: 92x24
URxvt.internalBorder: 8
!! Common Keybinds for Navigations
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
!! Copy Paste & Other Extensions
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: chromium
URxvt.underlineURLs: true
URxvt.urlButton: 1
! Colors 0-15.
*.color0: #2b2122
*color0: #2b2122
*.color1: #70CEE6
*color1: #70CEE6
*.color2: #A594AB
*color2: #A594AB
*.color3: #DEAFB1
*color3: #DEAFB1
*.color4: #E8C8B7
*color4: #E8C8B7
*.color5: #98B0D2
*color5: #98B0D2
*.color6: #E1B7CA
*color6: #E1B7CA
*.color7: #cfdbe7
*color7: #cfdbe7
*.color8: #9099a1
*color8: #9099a1
*.color9: #70CEE6
*color9: #70CEE6
*.color10: #A594AB
*color10: #A594AB
*.color11: #DEAFB1
*color11: #DEAFB1
*.color12: #E8C8B7
*color12: #E8C8B7
*.color13: #98B0D2
*color13: #98B0D2
*.color14: #E1B7CA
*color14: #E1B7CA
*.color15: #cfdbe7
*color15: #cfdbe7
! Black color that will not be affected by bold highlighting.
*.color66: #2b2122
*color66: #2b2122
! Xclock colors.
XClock*foreground: #cfdbe7
XClock*background: #2b2122
XClock*majorColor: rgba:cf/db/e7/ff
XClock*minorColor: rgba:cf/db/e7/ff
XClock*hourColor: rgba:cf/db/e7/ff
XClock*minuteColor: rgba:cf/db/e7/ff
XClock*secondColor: rgba:cf/db/e7/ff
! Set depth to make transparency work.
URxvt*depth: 32
!urxvt*background: rgba:0000/0000/0200/c800