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
1 changed files with 1 additions and 1 deletions

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.