diff options
Diffstat (limited to 'x/.Xresources')
-rw-r--r-- | x/.Xresources | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/x/.Xresources b/x/.Xresources index 4e97f28..aefcb91 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -13,10 +13,10 @@ URxvt.scrollTtyOutput: false | |||
13 | URxvt.scrollWithBuffer: true | 13 | URxvt.scrollWithBuffer: true |
14 | URxvt.scrollTtyKeypress: true | 14 | URxvt.scrollTtyKeypress: true |
15 | 15 | ||
16 | URxvt.font: xft:Hermit:size=9:style=medium:antialias=true | 16 | URxvt.font: xft:Hermit:pixelsize=12:style=medium:antialias=true:hinting=true:hintstyle=hintfull |
17 | URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true | 17 | URxvt.boldFont: xft:Hermit:pixelsize=12:style=bold:autohint=true:antialias=true |
18 | URxvt.italicFont: xft:Hermit:size=9:style=Italic:antialias=true | 18 | URxvt.italicFont: xft:Hermit:pixelsize=12:style=italic:autohint=true:antialias=true |
19 | !URxvt.letterSpace: 1 | 19 | URxvt.letterSpace: 1 |
20 | urxvt*termName: rxvt | 20 | urxvt*termName: rxvt |
21 | urxvt*scrollBar: false | 21 | urxvt*scrollBar: false |
22 | urxvt*matcher.button: 1 | 22 | urxvt*matcher.button: 1 |
@@ -73,4 +73,14 @@ URxvt*inheritPixmap: False | |||
73 | *.color15: #d2d4de | 73 | *.color15: #d2d4de |
74 | 74 | ||
75 | ! Perls | 75 | ! Perls |
76 | URxvt.perl-ext-common : default,matcher, | 76 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font |
77 | URxvt.resize-font.step: 1 | ||
78 | URxvt.keysym.M-Escape : perl:keyboard-select:activate | ||
79 | URxvt.keysym.M-u : perl:url-select:select_next | ||
80 | URxvt.keysym.M-s : perl:keyboard-select:search | ||
81 | !URxvt.perl-ext-common : tabbed,default,matcher | ||
82 | Urxvt.perl-lib : /usr/lib64/urxvt/perl/ | ||
83 | URxvt.url-select.launcher : firefox | ||
84 | URxvt.url-select.autocopy : true | ||
85 | URxvt.url-select.underline : true | ||
86 | URxvt.url-select.button: 1 | ||