mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Add reset behaviour of modifier key
Add an option to change the behaviour of the modifier key to reset the visibility.
This commit is contained in:
@ -44,6 +44,7 @@ class BarIpcClient {
|
||||
Ipc ipc_;
|
||||
|
||||
swaybar_config bar_config_;
|
||||
std::string modifier_reset_;
|
||||
bool visible_by_mode_ = false;
|
||||
bool visible_by_modifier_ = false;
|
||||
bool visible_by_urgency_ = false;
|
||||
|
Reference in New Issue
Block a user