diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-03-15 05:05:16 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-03-15 05:05:16 +0000 |
commit | f2103d3718f396433ae2e430c59e87acf8f9bc99 (patch) | |
tree | f00bf991fa47b111e22fd840bc81a00c4459ac63 /x | |
parent | 4cc623cdb2d341236b70a358ccbe7905a750c821 (diff) |
id to name
Diffstat (limited to 'x')
-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 13 | 4 | xinput --disable "ETPS/2 Elantech Touchpad" |
5 | exec dbus-run-session bspwm | 5 | exec dbus-run-session bspwm |