Modified prompt for using ratpoison mode to show that it is the recommended configuration.
This commit is contained in:
parent
de95c4284a
commit
ec8aa3c00a
2
i38.sh
2
i38.sh
@ -155,7 +155,7 @@ while getopts "${args}" i ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Configuration questions
|
# Configuration questions
|
||||||
export i3Mode=$(yesno "Would you like to use ratpoison mode? This behaves more like strychnine, with an escape key followed by keybindings.")
|
export i3Mode=$(yesno "Would you like to use ratpoison mode? This behaves more like strychnine, with an escape key followed by keybindings. (Recommended)")
|
||||||
# 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
|
||||||
if [[ $i3Mode -eq 0 ]]; then
|
if [[ $i3Mode -eq 0 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user