Waybar/src/modules
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
..
cpu cpu: port parseCpuinfo to BSDs 2020-05-19 10:43:42 +00:00
memory Add support for memory tooltip 2020-09-02 14:35:39 +02:00
mpd Fix a few compiler warnings 2020-11-30 18:07:22 -08:00
river river/tags: add module 2020-06-12 15:19:46 +02:00
sni tray: drop std::filesystem dependency 2020-05-19 10:37:27 +00:00
sway fix(sway/workspaces): ignore emulated scroll events 2020-12-04 01:09:42 -08:00
wlr Spit out a warning when trying to set/unset fullscreen without server supporting it 2020-12-04 08:04:02 +01:00
backlight.cpp fix(brightness): amd brightness 2020-04-21 09:11:56 +02:00
battery.cpp Don't update battery list on every update 2020-12-03 09:52:33 +00:00
bluetooth.cpp add man page for bluetooth, fix bluetooth race-condition 2020-01-26 05:34:31 +01:00
clock.cpp Fix a few compiler warnings 2020-11-30 18:07:22 -08:00
custom.cpp Custom module - only call label_.set_tooltip_markup if tooltip markup has actually changed - fixes tooltips not appearing at all if a custom module is updating too frequently. 2020-10-31 12:21:51 +00:00
disk.cpp disk module: add state for percentage_used 2020-09-23 14:01:25 +02:00
idle_inhibitor.cpp Merge pull request #892 from alebastr/layer-surfaces-v3 2020-11-02 10:17:57 +01:00
network.cpp fix: compilation error with gcc 11 2020-11-26 15:42:44 -08:00
pulseaudio.cpp Merge branch 'master' into on-update 2020-04-12 18:32:19 +02:00
sndio.cpp sndio: Add reconnection support. 2020-10-04 14:59:20 -03:00
temperature.cpp refactor(custom): tooltip markup 2020-05-30 11:59:22 +02:00