From ec8aa3c00a39503f7d5454f423a829e0cc14426e Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Thu, 6 Apr 2023 15:02:23 -0400 Subject: [PATCH] Modified prompt for using ratpoison mode to show that it is the recommended configuration. --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 333ad93..6f292fc 100755 --- a/i38.sh +++ b/i38.sh @@ -155,7 +155,7 @@ while getopts "${args}" i ; do done # 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 while [[ "$escapeKey" == "$mod" ]]; do if [[ $i3Mode -eq 0 ]]; then