From a60944e19365a4e84440bc8ee797193089ddc4ea Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Tue, 30 Jul 2019 11:58:52 -0500 Subject: [PATCH] - Added uninstall script to help clean up the install if a person wants to remove the keymap --- uninstall.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 uninstall.sh diff --git a/uninstall.sh b/uninstall.sh new file mode 100755 index 0000000..9331fc9 --- /dev/null +++ b/uninstall.sh @@ -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 \ No newline at end of file