summaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-03-31 07:19:23 +0000
committerShubham Saini <shubham6405@gmail.com>2020-03-31 07:19:23 +0000
commit91e9c808a0f2b01b67c32a3603626dac0cf90d49 (patch)
tree80b8de5881c98d21521d3e4a1a192a9968432c9e /x
parentf6ab703716f4bbd1df25d2eb63fae10d1b6aa6b5 (diff)
rm bloat
Diffstat (limited to 'x')
-rw-r--r--x/.Xresources20
-rw-r--r--x/.xinitrc2
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
13URxvt.scrollWithBuffer: true 13URxvt.scrollWithBuffer: true
14URxvt.scrollTtyKeypress: true 14URxvt.scrollTtyKeypress: true
15 15
16URxvt.font: xft:Hermit:size=9:style=medium:antialias=true 16URxvt.font: xft:Hermit:pixelsize=12:style=medium:antialias=true:hinting=true:hintstyle=hintfull
17URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true 17URxvt.boldFont: xft:Hermit:pixelsize=12:style=bold:autohint=true:antialias=true
18URxvt.italicFont: xft:Hermit:size=9:style=Italic:antialias=true 18URxvt.italicFont: xft:Hermit:pixelsize=12:style=italic:autohint=true:antialias=true
19!URxvt.letterSpace: 1 19URxvt.letterSpace: 1
20urxvt*termName: rxvt 20urxvt*termName: rxvt
21urxvt*scrollBar: false 21urxvt*scrollBar: false
22urxvt*matcher.button: 1 22urxvt*matcher.button: 1
@@ -73,4 +73,14 @@ URxvt*inheritPixmap: False
73*.color15: #d2d4de 73*.color15: #d2d4de
74 74
75! Perls 75! Perls
76URxvt.perl-ext-common : default,matcher, 76URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font
77URxvt.resize-font.step: 1
78URxvt.keysym.M-Escape : perl:keyboard-select:activate
79URxvt.keysym.M-u : perl:url-select:select_next
80URxvt.keysym.M-s : perl:keyboard-select:search
81!URxvt.perl-ext-common : tabbed,default,matcher
82Urxvt.perl-lib : /usr/lib64/urxvt/perl/
83URxvt.url-select.launcher : firefox
84URxvt.url-select.autocopy : true
85URxvt.url-select.underline : true
86URxvt.url-select.button: 1
diff --git a/x/.xinitrc b/x/.xinitrc
index 13792ac..199888c 100644
--- a/x/.xinitrc
+++ b/x/.xinitrc
@@ -61,4 +61,4 @@ if [ "$2" = "nvidia" ]; then
61 xrandr --auto 61 xrandr --auto
62fi 62fi
63xsetroot -cursor_name left_ptr 63xsetroot -cursor_name left_ptr
64exec bspwm 64exec dbus-launch --exit-with-session bspwm