sway/swaybar
Milkey Mouse 45e4e92172 swaybar: add NULL check when listing workspaces
For some reason my version of sway doesn't show workspace names:

    $ swaymsg -t get_outputs
    Output HDMI-A-1 '(null) (null) (null)' (inactive)
    Output HDMI-A-2 '(null) (null) (null)' (inactive)

Which is weird, but it's no reason to crash swaybar. The field is
totally missing from the JSON, so it ends up doing strcmp(NULL, name)
which is undefined behavior.
2020-05-20 23:11:02 +02:00
..
tray
bar.c
config.c
i3bar.c
input.c
ipc.c swaybar: add NULL check when listing workspaces 2020-05-20 23:11:02 +02:00
main.c
meson.build
render.c
status_line.c
swaybar-protocol.7.scd Fix typo in swaybar-protocol.7.scd 2020-04-30 15:15:58 +02:00