mirror of
https://github.com/polybar/polybar.git
synced 2026-04-28 18:33:33 +00:00
feat(bspwm): added scrolling
This commit is contained in:
@ -55,7 +55,10 @@ namespace modules {
|
||||
static constexpr auto TAG_LABEL_MONITOR = "<label-monitor>";
|
||||
static constexpr auto TAG_LABEL_STATE = "<label-state>";
|
||||
static constexpr auto TAG_LABEL_MODE = "<label-mode>";
|
||||
static constexpr auto EVENT_CLICK = "bwm";
|
||||
static constexpr auto EVENT_PREFIX = "bwm";
|
||||
static constexpr auto EVENT_CLICK = "bwmf";
|
||||
static constexpr auto EVENT_SCROLL_UP = "bwmn";
|
||||
static constexpr auto EVENT_SCROLL_DOWN = "bwmp";
|
||||
|
||||
bspwm_util::connection_t m_subscriber;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user