feat(niri/workspaces): Add enable-bar-scroll option
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user