You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the following config:
def $abc "wayland wayland "
The following command would fail to be executed:
swaymsg -- output '$abc' scale 2
The definition `$abc` is replaced with its content, including the quotes,
which fails to match real output names.
We now strip quotes early in the output command.
0 commit comments