aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/opacity.c
diff options
context:
space:
mode:
authorMilkey Mouse <milkeymouse@meme.institute>2020-05-20 13:57:56 -0700
committerSimon Ser <contact@emersion.fr>2020-05-20 23:11:02 +0200
commit45e4e9217238fe658b99634d284768439969ad79 (patch)
treeef94c0728b949a1fba90d76e0e16d37a0271fdf3 /sway/commands/opacity.c
parent2bf14cb747154251b754fecc004bd568e3f80470 (diff)
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.
Diffstat (limited to 'sway/commands/opacity.c')
0 files changed, 0 insertions, 0 deletions