-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathXresources
executable file
·44 lines (35 loc) · 1.43 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
! #include "Xresources.light"
URxvt.saveLines: 100000
URxvt.perl-ext-common: default,url-select,pasta,matcher,font-size,keyboard-select
! - This is from https://stackoverflow.com/a/43685270/1805129
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.keysym.Control-Meta-c: builtin-string:
URxvt.keysym.Control-Meta-v: builtin-string:
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keyboard-select.clipboard: true
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
URxvt.colorUL: #1682B4
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
URxvt.cursorColor: gray
URxvt.cursorBlink: true
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
xterm.scrollBar: false
! - This is from https://github.com/dequis/dotfiles/blob/master/urxvt/Xresources
URxvt.copyCommand: xclip -i -selection clipboard
! Setting letterSpace to 0 causes some unicode not to get displayed. What a
! stupidity this option has caused me. See https://github.com/powerline/fonts/issues/176
URxvt.externalBorder: 0
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.url-select.underline: true
URxvt.clipboard.autocopy: true
URxvt.selection.pattern-0: \\|([^|]+)\\|
URxvt.font: xft:FantasqueSansMono-Regular:size=10
URxvt.letterSpace: -1