- Corrected chromebook and mac keymap references, mac_term is not currently ready for active use for master or dev.

This commit is contained in:
Ben Reaves
2019-08-13 11:47:25 -05:00
parent 26bb9547ac
commit a11938e542
4 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ chromeswap=$6
if [[ "$swapbehavior" == "1" ]]; then
swapcmd="\/bin\/bash\ \/home\/`whoami`\/.config\/xactive.sh\ ${systemtype}\ ${internalid}\ ${usbid}\ ${chromeswap}"
mkdir -p ~/.config/systemd/user
mkdir -p ~/.config/autostart
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