- Added xkeysnail implementation

This commit is contained in:
Ben Reaves
2020-04-20 23:50:57 -05:00
parent a646ae8227
commit 81ecd3f031
5 changed files with 127 additions and 22 deletions

12
xkeysnail-config/prexk.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
if systemctl -q --user is-enabled keyswap.timer; then
systemctl --user stop keyswap.timer
systemctl --user disable keyswap.timer
fi
if systemctl -q --user is-active keyswap; then
systemctl --user stop keyswap
fi
if systemctl -q --user is-enabled keyswap; then
systemctl --user disable keyswap
fi