- Updated xactive.sh to set keymap for GUI apps immediately when first ran.

This commit is contained in:
Ryan Reaves
2019-07-30 16:18:01 -05:00
parent f4964522e4
commit 6c9cd398d4

View File

@@ -34,8 +34,10 @@ elif [[ "$swapbehavior" == "none" ]]; then
check_tg="setxkbmap -query | grep -q 'swap_alt_win'" check_tg="setxkbmap -query | grep -q 'swap_alt_win'"
fi fi
echo "$systemtype $swapbehavior" # echo "$systemtype $swapbehavior"
echo "$swapcmd_gui" # echo "$swapcmd_gui"
eval "$swapcmd_gui"
# regex for extracting hex id's # regex for extracting hex id's
grep_id='0[xX][a-zA-Z0-9]\+' grep_id='0[xX][a-zA-Z0-9]\+'