From 4e62582279d1cc44865b0c0bd300feb82945be67 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 23 Nov 2022 16:00:25 -0500 Subject: [PATCH] Make sure alt gets replace with Mod1 for bindings. --- i38.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/i38.sh b/i38.sh index 409c028..1edeb7e 100755 --- a/i38.sh +++ b/i38.sh @@ -134,6 +134,7 @@ done # Configuration questions 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 if command -v dex &> /dev/null ; then export dex=$(yesno "Would you like to autostart applications with dex?")