mirror of
https://github.com/rbreaves/kinto.git
synced 2025-06-28 09:01:44 +02:00
9 lines
184 B
Bash
Executable File
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 |