[Scripts] Fix example for using hot-keys in modi.

This commit is contained in:
Dave Davenport 2021-08-30 21:47:47 +02:00
parent 83fbba14b9
commit 33d6f63a7a
1 changed files with 2 additions and 1 deletions

View File

@ -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}" ]