diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-02-15 15:50:47 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-02-15 15:50:47 +0000 |
commit | 149f002e65aa53e8bebd9581217b48c6e56fceba (patch) | |
tree | d4cd33cf774ace4f60a4848c15e107595c40d459 /x/.xinitrc | |
parent | 065b1e42b9afafb6698d967de1f767dfda7ecfd6 (diff) |
changes
Diffstat (limited to 'x/.xinitrc')
-rwxr-xr-x | x/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
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 12 | 4 | xinput --disable 13 |
5 | exec dbus-run-session bspwm | 5 | exec dbus-run-session bspwm |