diff options
Diffstat (limited to 'x/.xinitrc')
-rwxr-xr-x | x/.xinitrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,4 +2,8 @@ | |||
2 | setxkbmap -layout us -option caps:ctrl_modifier & | 2 | setxkbmap -layout us -option caps:ctrl_modifier & |
3 | xcape -e 'Caps_Lock=Escape' & | 3 | xcape -e 'Caps_Lock=Escape' & |
4 | xinput --disable "ETPS/2 Elantech Touchpad" | 4 | xinput --disable "ETPS/2 Elantech Touchpad" |
5 | xrdb -merge ~/.Xresources & | ||
6 | xsetroot -cursor_name left_ptr & | ||
7 | xset b off & | ||
8 | xset s 300 & | ||
5 | exec dbus-run-session bspwm | 9 | exec dbus-run-session bspwm |