summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-30 21:47:47 +0200
committerDave Davenport <qball@blame.services>2021-08-30 21:47:47 +0200
commit33d6f63a7a838c7160b272337837a50ccf19c323 (patch)
treee166c56ee728b5cb4de525876183eb1dceb175a9
parent83fbba14b959843b09926744f2fab875ece4c07d (diff)
[Scripts] Fix example for using hot-keys in modi.
-rwxr-xr-xExamples/test_script_env.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/test_script_env.sh b/Examples/test_script_env.sh
index 9a8f52dd..b21a0b53 100755
--- a/Examples/test_script_env.sh
+++ b/Examples/test_script_env.sh
@@ -6,7 +6,8 @@ then
exit
fi
-echo -en "\x00no-custom\x1ftrue\n"
+echo -en "\x00no-custom\x1ffalse\n"
+echo -en "\x00use-hot-keys\x1ftrue\n"
echo -en "${ROFI_RETV}\x00icon\x1ffirefox\x1finfo\x1ftest\n"
if [ -n "${ROFI_INFO}" ]