diff options
Diffstat (limited to 'x/.xinitrc')
-rwxr-xr-x | x/.xinitrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | xrdb -merge ~/.Xresources & | ||
3 | setxkbmap -layout us -option caps:ctrl_modifier & | 2 | setxkbmap -layout us -option caps:ctrl_modifier & |
4 | xcape -e 'Caps_Lock=Escape' & | 3 | xcape -e 'Caps_Lock=Escape' & |
5 | xinput --disable 13 | 4 | xinput --disable 12 |
6 | exec dbus-run-session bspwm | 5 | exec dbus-run-session bspwm |