mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02:00
- Added uninstall script to help clean up the install if a person wants to remove the keymap
This commit is contained in:
8
uninstall.sh
Executable file
8
uninstall.sh
Executable 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
|
Reference in New Issue
Block a user