mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-03 16:05:20 -05:00
Fix typo in unit separator character.
This commit is contained in:
parent
5b2cf7e931
commit
5970649698
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ echo -en "Firefox\0icon\x1ffirefox\ngimp\0icon\x1fgimp" | rofi -dmenu -no-config
|
|||
|
||||
|
||||
The entries are separated by a `\n` newline (normal dmenu behaviour).
|
||||
The extra parameters can be added after a `\0` null character, the key and value are separated by a `\x2f` unit
|
||||
The extra parameters can be added after a `\0` null character, the key and value are separated by a `\x1f` unit
|
||||
separator character.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue