-
Notifications
You must be signed in to change notification settings - Fork 1
/
Xdefaults
39 lines (34 loc) · 1.12 KB
/
Xdefaults
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
Xft.dpi:96
Xft.antialias: 1
Xft.autohint: 1
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
xterm*termName: xterm-256color
urxvt*geometry: 80x25
urxvt*font:xft:Source Code Pro Medium:size=11;antialias=true
urxvt*boldFont:xft:Source Code Pro Medium:size=11::antialias=true
urxvt*depth: 32
urxvt*background: [90]#000000
urxvt*foreground: [100]#ffffff
urxvt*borderless: 1
urxvt*scrollBar: true
urxvt*scrollBar_right: true
urxvt*saveLines: 10000
urxvt*tintColor: grey
urxvt*shading: 50
urxvt*termName: rxvt-256color
URxvt.kuake.hotkey: F1
URxvt.iso14755: false
URxvt.perl-lib:/home/yk/git/dotfiles/urxvt-perl
URxvt.perl-ext-common: default,matcher,clipboard,kuake
URxvt.keysym.A-c: perl:clipboard:copy
URxvt.keysym.A-v: perl:clipboard:paste
URxvt.keysym.C-S-V: perl:clipboard:paste_escaped
URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
URxvt.url-launcher: /usr/bin/chromium
URxvt.matcher.button: 1
URxvt.scrollstyle: rxvt
URxvt.scrollBar: true