diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-03-31 07:19:23 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-03-31 07:19:23 +0000 |
commit | 91e9c808a0f2b01b67c32a3603626dac0cf90d49 (patch) | |
tree | 80b8de5881c98d21521d3e4a1a192a9968432c9e /x | |
parent | f6ab703716f4bbd1df25d2eb63fae10d1b6aa6b5 (diff) |
rm bloat
Diffstat (limited to 'x')
-rw-r--r-- | x/.Xresources | 20 | ||||
-rw-r--r-- | x/.xinitrc | 2 |
2 files changed, 16 insertions, 6 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 | ||
@@ -61,4 +61,4 @@ if [ "$2" = "nvidia" ]; then | |||
61 | xrandr --auto | 61 | xrandr --auto |
62 | fi | 62 | fi |
63 | xsetroot -cursor_name left_ptr | 63 | xsetroot -cursor_name left_ptr |
64 | exec bspwm | 64 | exec dbus-launch --exit-with-session bspwm |