Fix twitchy scrolling on touchpads (#381)

Fix twitchy scrolling on touchpads
This commit is contained in:
Alex
2019-06-14 10:38:25 +02:00
committed by GitHub
4 changed files with 41 additions and 9 deletions

View File

@ -36,6 +36,7 @@ class ALabel : public IModule {
private:
std::vector<int> pid_;
gdouble distance_scrolled_;
};
} // namespace waybar

View File

@ -41,6 +41,7 @@ class Workspaces : public IModule, public sigc::trackable {
util::JsonParser parser_;
bool scrolling_;
std::unordered_map<std::string, Gtk::Button> buttons_;
gdouble distance_scrolled_;
util::SleeperThread thread_;
Ipc ipc_;