mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 20:03:03 +00:00
[Scripts] Fix example for using hot-keys in modi.
This commit is contained in:
parent
83fbba14b9
commit
33d6f63a7a
1 changed files with 2 additions and 1 deletions
|
@ -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}" ]
|
||||
|
|
Loading…
Reference in a new issue