From 6c9cd398d4f837e591e3610af6a0ed892546f854 Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Tue, 30 Jul 2019 16:18:01 -0500 Subject: [PATCH] - Updated xactive.sh to set keymap for GUI apps immediately when first ran. --- system-config/xactive.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system-config/xactive.sh b/system-config/xactive.sh index 3addffa..f6b8659 100755 --- a/system-config/xactive.sh +++ b/system-config/xactive.sh @@ -34,8 +34,10 @@ elif [[ "$swapbehavior" == "none" ]]; then check_tg="setxkbmap -query | grep -q 'swap_alt_win'" fi -echo "$systemtype $swapbehavior" -echo "$swapcmd_gui" +# echo "$systemtype $swapbehavior" +# echo "$swapcmd_gui" + +eval "$swapcmd_gui" # regex for extracting hex id's grep_id='0[xX][a-zA-Z0-9]\+'