Merge branch 'master' of github.com:stormdragon2976/I38

This commit is contained in:
stormdragon2976 2022-11-30 02:29:51 -05:00
commit db9c7732c4

2
i38.sh
View File

@ -145,7 +145,7 @@ while getopts "${args}" i ; do
done
# Configuration questions
escapeKey="$(menulist "Ratpoison mode key:" Control+t Control+z Control+Escape Alt+Escape Control+Space Super)"
escapeKey="$(menulist "Ratpoison mode key:" Control+t Control+z Control+Escape Alt+Escape Control+space Super)"
escapeKey="${escapeKey//Alt/Mod1}"
escapeKey="${escapeKey//Super/Mod4}"
mod="$(menulist "I3 mod key, for top level bindings:" Alt Control Super)"