-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
23 lines (21 loc) · 903 Bytes
/
.Xdefaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
URxvt.scrollBar: false
URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
URxvt*visualBell: false
URxvt.urgentOnBell: true
URxvt.iso14755: false
URxvt.font: xft:Noto Mono for Powerline:size=9,xft:Code2000:antialias=false
URxvt.letterSpace: -2
URxvt.lineSpace: 0
URxvt.internalBorder: 0
URxvt.externalBorder: 0
! Ideally this would change with the chosen base16 theme, but meh
URxvt.borderColor: #002b36
URxvt.matcher.pattern.1: \\bgo/[A-z0-9-_/]+
URxvt.matcher.pattern.2: \\bb/[0-9]+
URxvt.matcher.pattern.3: \\bcl/[0-9]+
URxvt.matcher.pattern.4: \\bbns/[A-z0-9-_/.]+
URxvt.matcher.pattern.5: \\b(depot/[A-z0-9-_/.]+)
URxvt.matcher.launcher.5: google-chrome-beta cs.corp.google.com/piper/\/\/$1
URxvt.url-select.underline: true
URxvt.perl-ext-common: default,clipboard,matcher
URxvt.keysym.Shift-Control-V: perl:clipboard:paste