diff options
author | Akshay <[email protected]> | 2020-07-22 03:34:08 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-22 03:34:08 +0100 |
commit | 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d (patch) | |
tree | b5120bfc9b0ca72c9293afb9ed6e2e632a811deb /X/.xinitrc |
squash again
Diffstat (limited to 'X/.xinitrc')
-rwxr-xr-x | X/.xinitrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/X/.xinitrc b/X/.xinitrc new file mode 100755 index 0000000..c811f12 --- /dev/null +++ b/X/.xinitrc | |||
@@ -0,0 +1,14 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | xsetroot -cursor_name left_ptr & | ||
4 | xrdb -load ~/.Xresources | ||
5 | setxkbmap -option caps:escape | ||
6 | setxkbmap -option compose:rctrl | ||
7 | |||
8 | compton & | ||
9 | dunst -config "$HOME"/.config/dunst/dunstrc & | ||
10 | sxhkd -c "$HOME"/.config/sxhkd/sxhkdrc & | ||
11 | |||
12 | /home/np/.fehbg | ||
13 | |||
14 | exec 2bwm | ||