diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-05-22 19:18:51 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-05-22 19:18:51 +0000 |
commit | 72ccd83ccc66d942b855fe8379bc3f0d24384b76 (patch) | |
tree | 515997e25fb736ee1e3481dc941c1b540c03624b /x | |
parent | bde9d8e1c9a6e2213fc7d40298d43a14f2e99359 (diff) |
improved scripts
Diffstat (limited to 'x')
-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 |