-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathXresources
169 lines (151 loc) · 5.74 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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
!!! General settings
!*visualBell: True
*scrollBar: False
*saveLines: 9999
!! Colour settings
!*cursorColor: #0a9dff
!*cursorColor: #fa7f28
!*cursorColor: #ebf218
*cursorColor: #33b1ff
*background: #222222
*foreground: #ffffff
! Black + DarkGrey
*color0: #000000
*color8: #555753
! DarkRed + Red
*color1: #f70c34
*color9: #ed022a
! DarkGreen + Green
*color2: #58b84b
*color10: #5ef53d
! DarkYellow + Yellow
*color3: #eab93d
*color11: #ffc123
! DarkBlue + Blue
*color4: #426ca9
*color12: #78a9e8
! DarkMagenta + Magenta
*color5: #d119ac
*color13: #eb1cc1
! DarkCyan + Cyan
*color6: #29c1d1
*color14: #3cf3ff
! LightGrey + White
*color7: #cccccc
*color15: #ffffff
!!! Rxvt settings
!To set font manually: printf '\e]710;%s\007' "xft:Consolas:size=12"
!!xft:Arial Unicode MS:pixelsize=13,\
URxvt*font: xft:Inconsolata:size=11.5
URxvt*searchable-scrollback: CS-s
URxvt*secondaryScroll: true
URxvt.urgentOnBell: true
URxvt*termName: rxvt-256color
! disable so I can use c-s elsewhere
URxvt*iso14755: false
URxvt*iso14755_52: false
! TODO I want to make these keys send pgup/dn to all apps
!URxvt*keysym.C-o: 0xff55
!URxvt*keysym.C-e: 0xff56
!url yanking from urxvt
URxvt.perl-ext-common: default,matcher
URxvt.urlLauncher: xdg-open
URxvt.matcher.button: 1
!!! Xterm settings
!*XTerm*foreground: gray90
!*XTerm*background: black
!*XTerm*underLine: true
XTerm*font: 10x20
UXTerm*faceName: Bitstream Vera Sans Mono
UXTerm*faceSize: 10
rofi.modi: window,run,ssh
rofi.opacity: 85
rofi.width: 50
rofi.lines: 15
rofi.columns: 1
rofi.font: URW Gothic L Demi Oblique 13
rofi.fg: #ffffff
rofi.bg: argb:ee222222
rofi.color-enabled: false
rofi.color-normal: #fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5
rofi.color-urgent: #fdf6e3,#dc322f,#eee8d5,#dc322f,#fdf6e3
rofi.color-active: #fdf6e3,#268bd2,#eee8d5,#268bd2,#fdf6e3
rofi.color-window: #fdf6e3,#002b36
rofi.fg-active: #268BD2
rofi.fg-urgent: #DC322F
rofi.hlfg-active: argb:eeFDF6E3
rofi.hlfg-urgent: #FDF6E3
rofi.bg-active: argb:22FDF6E3
rofi.bg-urgent: #FDF6E3
rofi.hlbg-active: argb:ff268BD2
rofi.hlbg-urgent: #DC322F
rofi.bgalt: argb:ee222222
rofi.hlfg: #EEE8D5
rofi.hlbg: #586E75
rofi.bc: #002B36
rofi.bw: 1
rofi.location: 0
rofi.padding: 20
rofi.yoffset: 0
rofi.xoffset: 0
rofi.fixed-num-lines: false
rofi.terminal: x-terminal-emulator
rofi.ssh-client: ssh
rofi.ssh-command: {terminal} -e {ssh-client} {host}
rofi.run-command: {cmd}
rofi.run-list-command:
rofi.run-shell-command: {terminal} -e {cmd}
rofi.disable-history: false
rofi.levenshtein-sort: true
rofi.case-sensitive: false
rofi.sidebar-mode: false
rofi.lazy-filter-limit: 5000
rofi.eh: 1
rofi.auto-select: false
rofi.parse-hosts: false
rofi.combi-modi: window,run
rofi.fuzzy: false
rofi.pid: /run/user/1000/rofi.pid
rofi.kb-primary-paste: Control+Shift+v,Shift+Insert
rofi.kb-secondary-paste: Control+v,Insert
rofi.kb-clear-line: Control+u
rofi.kb-move-front: Control+a
rofi.kb-move-end: Control+e
rofi.kb-move-word-back: Alt+b
rofi.kb-move-word-forward: Alt+f
rofi.kb-move-char-back: Left,Control+b
rofi.kb-move-char-forward: Right,Control+f
rofi.kb-remove-word-back: Control+Alt+h
rofi.kb-remove-word-forward: Control+Alt+d
rofi.kb-remove-char-forward: Delete,Control+d
rofi.kb-remove-char-back: BackSpace,Control+h
rofi.kb-accept-entry: Control+j,Control+m,Return,KP_Enter
rofi.kb-accept-custom: Control+Return
rofi.kb-accept-entry-continue: Shift+Return
rofi.kb-mode-next: Shift+Right,Control+Tab
rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab
rofi.kb-toggle-case-sensitivity: grave,dead_grave
rofi.kb-delete-entry: Shift+Delete
rofi.kb-custom-1: Alt+1
rofi.kb-custom-2: Alt+2
rofi.kb-custom-3: Alt+3
rofi.kb-custom-4: Alt+4
rofi.kb-custom-5: Alt+5
rofi.kb-custom-6: Alt+6
rofi.kb-custom-7: Alt+7
rofi.kb-custom-8: Alt+8
rofi.kb-custom-9: Alt+9
rofi.kb-row-left: Control+Page_Up
rofi.kb-row-right: Control+Page_Down
rofi.kb-row-up: Up,Control+p,Shift+Tab
rofi.kb-row-down: Down,Control+n
rofi.kb-row-tab: Tab
rofi.kb-page-prev: Page_Up
rofi.kb-page-next: Page_Down
rofi.kb-row-first: Home,KP_Home
rofi.kb-row-last: End,KP_End
rofi.kb-row-select: Control+space
rofi.kb-cancel: Escape
rofi.key-window:
rofi.key-run:
rofi.key-ssh: