- Relocated files and updated paths

This commit is contained in:
Ben Reaves
2020-12-12 12:27:01 -06:00
parent 02aa99f301
commit 5f83fa9ba5
42 changed files with 66 additions and 66 deletions

13
linux/prexk.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
if [ -f {homedir}/.config/systemd/user/keyswap.timer ]; then
systemctl --user stop keyswap.timer >/dev/null 2>&1
systemctl --user disable keyswap.timer >/dev/null 2>&1
fi
if [ -f {homedir}/.config/systemd/user/keyswap.service ]; then
systemctl --user stop keyswap >/dev/null 2>&1
systemctl --user disable keyswap >/dev/null 2>&1
fi
# export DISPLAY={displayid};/usr/bin/xhost +SI:localuser:root
mkdir -p /tmp/kinto/xkeysnail
cp {homedir}/.config/kinto/kinto.py /tmp/kinto/xkeysnail/kinto.py