Fixed formatting and made the conflict use dialog.

This commit is contained in:
Jeremiah Ticket 2022-11-30 09:31:45 -07:00
parent 89b0c26848
commit 67c5ce5803

4
i38.sh
View File

@ -146,7 +146,7 @@ done
# Configuration questions # Configuration questions
#Prevent setting ratpoison mode key to the same as default mode key #Prevent setting ratpoison mode key to the same as default mode key
while [ "$escapeKey" == "$mod" ]; do while [[ "$escapeKey" == "$mod" ]]; do
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//Alt/Mod1}"
escapeKey="${escapeKey//Super/Mod4}" escapeKey="${escapeKey//Super/Mod4}"
@ -154,7 +154,7 @@ mod="$(menulist "I3 mod key, for top level bindings:" Alt Control Super)"
mod="${mod//Alt/Mod1}" mod="${mod//Alt/Mod1}"
mod="${mod//Super/Mod4}" mod="${mod//Super/Mod4}"
if [ "$escapeKey" == "$mod" ]; then if [ "$escapeKey" == "$mod" ]; then
echo "Sorry, these cannot be the same key." dialog --title "I38" --msgbox "Ratpoison and mod key cannot be the same key." -1 -1
fi fi
done done
# Volume jump # Volume jump