Closed HactarCE closed 5 years ago
Thanks! You made me realize another odd problem along the way so we have two commits as a result of this issue: e34fb3a, 4a1b63c
And now I realize that I forget how rofi works first commit didn't fix anything, so putting it back: 858da86
your quote interpolation should be good though! 🙂
Thank you very much for the quick response and fix! :+1:
My configuration file at
~/.config/splatmoji/splatmoji.config
:Expected behavior
''
should be interpreted as a single blank argument"Roboto Mono 14"
should be interpreted as a single argumentRoboto Mono 14
-p ''
) and using the font Roboto Mono (-font "Roboto Mono 14"
)Actual behavior
''
is interpreted literally as the two-character argument''
"Roboto Mono 14"
is interpreted as three arguments:"Roboto
,Mono
, and14"
"Roboto
Furthermore, backslash escapes do not work. For example,
Roboto\ Mono\ 14
is interpreted as three arguments:Roboto\
,Mono\
, and14
.