Make sure alt gets replace with Mod1 for bindings.

This commit is contained in:
Storm Dragon 2022-11-23 16:00:25 -05:00
parent 937ede8881
commit 4e62582279

1
i38.sh
View File

@ -134,6 +134,7 @@ done
# Configuration questions # Configuration questions
escapeKey="$(menulist "Ratpoison mode key:" Control+t Control+z -Control+Escape Alt+Escape Control+Space Super_L Super_R)" escapeKey="$(menulist "Ratpoison mode key:" Control+t Control+z -Control+Escape Alt+Escape Control+Space Super_L Super_R)"
escapeKey="${escapeKey//Alt/Mod1}"
dex=1 dex=1
if command -v dex &> /dev/null ; then if command -v dex &> /dev/null ; then
export dex=$(yesno "Would you like to autostart applications with dex?") export dex=$(yesno "Would you like to autostart applications with dex?")