diff options
Diffstat (limited to 'x')
-rw-r--r-- | x/.Xresources | 24 | ||||
-rw-r--r-- | x/.xinitrc | 3 |
2 files changed, 14 insertions, 13 deletions
diff --git a/x/.Xresources b/x/.Xresources index 8ad8a5e..63035d7 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -13,9 +13,9 @@ 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:style=Medium:size=9:antialias=true,xft:DejaVu Sans Mono:size=9:style=Medium:antialias=true | 16 | URxvt.font: xft:Hermit:size=9:style=medium:antialias=true |
17 | URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true | 17 | !URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true |
18 | URxvt.italicFont: xft:Hermit:size=9:style=Italic:antialias=true | 18 | !URxvt.italicFont: xft:Hermit:size=9: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 |
@@ -57,14 +57,14 @@ URxvt*inheritPixmap: False | |||
57 | *color15: #e0dede | 57 | *color15: #e0dede |
58 | 58 | ||
59 | ! Perls | 59 | ! Perls |
60 | URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font | 60 | !URxvt.perl-ext-common : default,matcher,keyboard-select,url-select |
61 | URxvt.resize-font.step: 1 | 61 | !URxvt.resize-font.step: 1 |
62 | URxvt.keysym.M-Escape : perl:keyboard-select:activate | 62 | !URxvt.keysym.M-Escape : perl:keyboard-select:activate |
63 | URxvt.keysym.M-u : perl:url-select:select_next | 63 | !URxvt.keysym.M-u : perl:url-select:select_next |
64 | URxvt.keysym.M-s : perl:keyboard-select:search | 64 | !URxvt.keysym.M-s : perl:keyboard-select:search |
65 | !URxvt.perl-ext-common : tabbed,default,matcher | 65 | !URxvt.perl-ext-common : tabbed,default,matcher |
66 | !Urxvt.perl-lib : /usr/lib/urxvt/perl/ | 66 | !Urxvt.perl-lib : /usr/lib/urxvt/perl/ |
67 | URxvt.url-select.launcher : firefox | 67 | !URxvt.url-select.launcher : firefox |
68 | URxvt.url-select.autocopy : true | 68 | !URxvt.url-select.autocopy : true |
69 | URxvt.url-select.underline : true | 69 | !URxvt.url-select.underline : true |
70 | URxvt.url-select.button: 1 | 70 | !URxvt.url-select.button: 1 |
@@ -41,4 +41,5 @@ if [ -n "$DISPLAY" ]; then | |||
41 | fi | 41 | fi |
42 | 42 | ||
43 | xsetroot -cursor_name left_ptr | 43 | xsetroot -cursor_name left_ptr |
44 | exec dbus-launch bspwm | 44 | xset +fp /usr/share/fonts/liberation-fonts |
45 | exec bspwm | ||