Waybar/src/modules/sway
Aleksei Bavshin 68b6136989
fix(sway/workspaces): ignore emulated scroll events
GDK Wayland backend can emit two events for mouse scroll: one is a
GDK_SCROLL_SMOOTH and the other one is an emulated scroll event with
direction. We only receive emulated events on a window, thus it is not
possible to handle these in a module and stop propagation.

Ignoring emulated events should be safe since those are duplicates of
smooth scroll events anyways.

Fixes #386
2020-12-04 01:09:42 -08:00
..
ipc fix(sway): resolve destruction dependency between Ipc and SleeperThread 2020-02-04 23:22:43 -08:00
language.cpp feature: created sway language submodule; added styles & config part for a sway language submodule 2020-10-10 19:09:18 +03:00
mode.cpp Merge branch 'master' into on-update 2020-04-12 18:32:19 +02:00
window.cpp Merge branch 'master' into on-update 2020-04-12 18:32:19 +02:00
workspaces.cpp fix(sway/workspaces): ignore emulated scroll events 2020-12-04 01:09:42 -08:00