Merge pull request #5032 from yyyumeniku/master

hyprland/workspaces: add debounce timer to prevent workspace button f…
This commit is contained in:
Alexis Rouillard
2026-07-04 00:42:04 +02:00
committed by GitHub
2 changed files with 56 additions and 37 deletions
+3
View File
@@ -220,6 +220,9 @@ class Workspaces : public AModule, public EventHandler {
Gtk::Box m_box;
sigc::connection m_scrollEventConnection_;
IPC& m_ipc;
sigc::connection m_debounceTimer;
bool m_updatePending = false;
};
} // namespace waybar::modules::hyprland