From 67cffe0968f235b7f44dc7ee2ae11f5f8d14e7fa Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 19 Aug 2019 01:53:07 -0500 Subject: [PATCH] - Added .xkb path for removal in uninstall.sh --- uninstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uninstall.sh b/uninstall.sh index 9331fc9..1b3eec0 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -4,5 +4,6 @@ systemctl --user stop keyswap systemctl --user disable keyswap rm -rf ~/.config/autostart/keyswap.sh rm -rf ~/.config/xactive.sh +rm -rf ~/.xkb sed -i '/xkb/d' ~/.Xsession \ No newline at end of file