config_parser: prevent trailing whitespace in output (string → word) (#5117)

fixes https://github.com/i3/i3/issues/5064
This commit is contained in:
Michael Stapelberg
2022-09-09 10:23:55 +02:00
committed by GitHub
parent 6fb58eb841
commit ac368e7916
2 changed files with 72 additions and 1 deletions

View File

@ -565,7 +565,7 @@ state BAR_POSITION:
-> call cfg_bar_position($position); BAR
state BAR_OUTPUT:
output = string
output = word
-> call cfg_bar_output($output); BAR
state BAR_TRAY_OUTPUT: