- Added copy of keyswap toggle and updated readme to explain how to set it up and how to effectively learn macOS hotkeys under linux.

This commit is contained in:
Ryan Reaves
2019-08-18 12:37:34 -05:00
parent ba52be1315
commit 182b0ceddb
2 changed files with 34 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ if [[ "$swapbehavior" == "1" ]]; then
cp ./system-config/keyswap.service ~/.config/systemd/user/keyswap.service
cp ./system-config/keyswap.sh ~/.config/autostart/keyswap.sh
cp ./system-config/xactive.sh ~/.config/xactive.sh
cp ./system-config/keyswap_toggle.sh ~/.config/keyswap_toggle.sh
sed -i "s/{username}/`whoami`/g" ~/.config/systemd/user/keyswap.service
sed -i "s/ExecStart=/ExecStart=${swapcmd}/g" ~/.config/systemd/user/keyswap.service
systemctl --user enable keyswap