Update i38.sh
This commit is contained in:
parent
9d64d98a77
commit
2da7081ff3
2
i38.sh
2
i38.sh
@ -154,7 +154,7 @@ escapeKey="${escapeKey//Super/Mod4}"
|
|||||||
mod="$(menulist "I3 mod key, for top level bindings:" Alt Control Super)"
|
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."
|
echo "Sorry, these cannot be the same key."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user