diff options
author | Akshay <[email protected]> | 2020-08-24 11:32:25 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-24 11:32:25 +0100 |
commit | 8e767c894a2d4ec46165916310824f4e41fac6b4 (patch) | |
tree | a1f87480f74c4d3be4158a9995d52050cf248466 | |
parent | 24eaa969b9a885e62de08d7fd2a77de7a6c45c45 (diff) |
move from st to urxvt
-rw-r--r-- | X/.Xresources | 42 | ||||
-rwxr-xr-x | X/.xinitrc | 3 |
2 files changed, 22 insertions, 23 deletions
diff --git a/X/.Xresources b/X/.Xresources index c545bb1..3fbb3c8 100644 --- a/X/.Xresources +++ b/X/.Xresources | |||
@@ -46,27 +46,27 @@ | |||
46 | *color14: base0F | 46 | *color14: base0F |
47 | *color15: base07 | 47 | *color15: base07 |
48 | 48 | ||
49 | URxvt.cursorBlink : on | 49 | *.cursorBlink : on |
50 | URxvt.font :xft:Input:size=12:style=Regular \ | 50 | *.font :xft:Input:size=12:style=Regular \ |
51 | xft:DejaVu Sans Mono:size=11:style=Medium | 51 | xft:DejaVu Sans Mono:size=11:style=Medium |
52 | 52 | ||
53 | URxvt.italicFont :xft:Input:size=12:style=Italic | 53 | *.italicFont :xft:Input:size=12:style=Italic |
54 | URxvt.boldFont :xft:Input:size=12:style=Bold | 54 | *.boldFont :xft:Input:size=12:style=Bold |
55 | 55 | ||
56 | URxvt.lineSpace : 0 | 56 | *.lineSpace : 0 |
57 | URxvt.letterSpace : -1 | 57 | *.letterSpace : -1 |
58 | URxvt.scrollBar : false | 58 | *.scrollBar : false |
59 | URxvt.internalBorder : 25 | 59 | *.internalBorder : 25 |
60 | URxvt.cursorUnderline : false | 60 | *.cursorUnderline : false |
61 | URxvt.geometry : 70x35 | 61 | *.geometry : 70x35 |
62 | URxvt.thickness : 5 | 62 | *.thickness : 5 |
63 | URxvt.titleBar : false | 63 | *.titleBar : false |
64 | URxvt.intensityStyles : false | 64 | *.intensityStyles : false |
65 | 65 | ||
66 | 66 | ||
67 | URxvt.perl-ext-common : default,matcher | 67 | *.perl-ext-common : default,matcher |
68 | URxvt.url-launcher : firefox | 68 | *.url-launcher : firefox |
69 | URxvt.matcher.button : 1 | 69 | *.matcher.button : 1 |
70 | 70 | ||
71 | ! ------------------------------------------------------------------------------ | 71 | ! ------------------------------------------------------------------------------ |
72 | ! rofi | 72 | ! rofi |
@@ -2,8 +2,6 @@ | |||
2 | 2 | ||
3 | xsetroot -cursor_name left_ptr & | 3 | xsetroot -cursor_name left_ptr & |
4 | xrdb -load ~/.Xresources | 4 | xrdb -load ~/.Xresources |
5 | setxkbmap -option caps:escape | ||
6 | setxkbmap -option compose:rctrl | ||
7 | 5 | ||
8 | compton & | 6 | compton & |
9 | dunst -config "$HOME"/.config/dunst/dunstrc & | 7 | dunst -config "$HOME"/.config/dunst/dunstrc & |
@@ -11,4 +9,5 @@ sxhkd -c "$HOME"/.config/sxhkd/sxhkdrc & | |||
11 | 9 | ||
12 | /home/np/.fehbg | 10 | /home/np/.fehbg |
13 | 11 | ||
12 | urxvtd & | ||
14 | exec 2bwm | 13 | exec 2bwm |