Files
kinto/uninstall.sh
2019-08-19 01:53:07 -05:00

9 lines
184 B
Bash
Executable File

#!/bin/bash
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