mirror of
https://github.com/polybar/polybar.git
synced 2026-03-31 04:27:46 +00:00
feat(xbacklight): Change value on scroll
- Add action handlers for scroll up/down (conf: enable-sroll = true) - Use xcb_timestamps instead of the throttle util
This commit is contained in:
@ -61,7 +61,7 @@ void eventloop::run(chrono::duration<double, std::milli> timeframe, int limit) {
|
||||
evt = next;
|
||||
break;
|
||||
} else if (compare_events(evt, next)) {
|
||||
m_log.trace("eventloop: Swallowing event within timeframe");
|
||||
m_log.trace_x("eventloop: Swallowing event within timeframe");
|
||||
evt = next;
|
||||
} else {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user