feat(niri/workspaces): Add enable-bar-scroll option

This commit is contained in:
Jack Barnes
2026-05-16 13:03:53 +08:00
parent 05945748dc
commit 51becf2fbc
3 changed files with 51 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ class Workspaces : public AModule, public EventHandler {
void doUpdate();
Gtk::Button& addButton(const Json::Value& ws);
std::string getIcon(const std::string& value, const Json::Value& ws);
bool handleScroll(GdkEventScroll* /*unused*/) override;
const Bar& bar_;
Gtk::Box box_;