sway/swaybar
Scott Anderson 4dfbc3160c Fix swaybar axis event logic
Uses 'visible' instead of 'focused', since we may scroll on a bar which
isn't the focused output.

We can't use "next_on_output" or "prev_on_output" to implement this,
because it only modify the focused output. So scrolling on an unfocused
output will affect the incorrect one.

We just use the "workspace name" command instead.
2018-04-22 17:25:15 +12:00
..
bar.c Fix swaybar axis event logic 2018-04-22 17:25:15 +12:00
config.c Implement status line 2018-03-29 22:11:08 -04:00
event_loop.c Change remove_event logic 2018-04-21 14:38:34 +12:00
i3bar.c Fix memory leak on swaybar 2018-04-20 01:58:30 +01:00
ipc.c fix swaybar ipc handling 2018-04-10 22:01:22 +02:00
main.c Start port of swaybar to layer shell 2018-03-29 22:11:08 -04:00
meson.build Demarcate i3bar JSON into individual updates 2018-04-02 11:09:23 -04:00
render.c Fix separator height calculation 2018-04-10 22:18:54 -04:00
status_line.c Set _POSIX_C_SOURCE properly 2018-04-15 15:50:39 +12:00