1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[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

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