1
0
Fork 0
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:
Dave Davenport 2019-06-16 19:40:06 +02:00 committed by GitHub
parent 5b2cf7e931
commit 5970649698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.