diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-04-04 13:34:28 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-04-04 13:34:28 +0000 |
commit | 2813a43bda44a4ade58a6b95f4d16935a96b0f66 (patch) | |
tree | c29254d602eece1b6963912d35b20a87a32b19c2 /x | |
parent | 91e9c808a0f2b01b67c32a3603626dac0cf90d49 (diff) |
less bloat
Diffstat (limited to 'x')
-rw-r--r-- | x/.Xresources | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x/.Xresources b/x/.Xresources index aefcb91..ae32493 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:pixelsize=12:style=medium:antialias=true:hinting=true:hintstyle=hintfull | 16 | URxvt.font: xft:Hermit:pixelsize=12:style=medium:antialias=true |
17 | URxvt.boldFont: xft:Hermit:pixelsize=12:style=bold:autohint=true:antialias=true | 17 | URxvt.boldFont: xft:Hermit:pixelsize=12:style=bold:antialias=true |
18 | URxvt.italicFont: xft:Hermit:pixelsize=12:style=italic:autohint=true:antialias=true | 18 | URxvt.italicFont: xft:Hermit:pixelsize=12:style=italic: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,7 +73,7 @@ URxvt*inheritPixmap: False | |||
73 | *.color15: #d2d4de | 73 | *.color15: #d2d4de |
74 | 74 | ||
75 | ! Perls | 75 | ! Perls |
76 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font | 76 | URxvt.perl-ext-common : default,matcher,keyboard-select,resize-font |
77 | URxvt.resize-font.step: 1 | 77 | URxvt.resize-font.step: 1 |
78 | URxvt.keysym.M-Escape : perl:keyboard-select:activate | 78 | URxvt.keysym.M-Escape : perl:keyboard-select:activate |
79 | URxvt.keysym.M-u : perl:url-select:select_next | 79 | URxvt.keysym.M-u : perl:url-select:select_next |