mirror of
https://github.com/rbreaves/kinto.git
synced 2025-11-02 04:14:00 +01:00
8 lines
170 B
Bash
Executable File
8 lines
170 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
|
|
|
|
sed -i '/xkb/d' ~/.Xsession |