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 /X/.xinitrc | |
parent | 24eaa969b9a885e62de08d7fd2a77de7a6c45c45 (diff) |
move from st to urxvt
Diffstat (limited to 'X/.xinitrc')
-rwxr-xr-x | X/.xinitrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |