- Added uninstall script to help clean up the install if a person wants to remove the keymap

This commit is contained in:
Ryan Reaves
2019-07-30 11:58:52 -05:00
parent 53ad0d579f
commit a60944e193

8
uninstall.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
systemctl --user stop keyswap
systemctl --user disable keyswap
rm -rf ~/.config/autostart/keyswap.sh
rm -rf ~/.config/xactive.sh
sed -i '/xkb/d' ~/.Xsession