diff options
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 |