mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
hyprland/window: Correct application of .solo class
This commit is contained in:
@ -38,8 +38,9 @@ class Window : public waybar::ALabel, public EventHandler {
|
||||
Workspace workspace_;
|
||||
std::string solo_class_;
|
||||
std::string last_solo_class_;
|
||||
bool fullscreen_;
|
||||
bool solo_;
|
||||
bool all_floating_;
|
||||
bool fullscreen_;
|
||||
};
|
||||
|
||||
} // namespace waybar::modules::hyprland
|
||||
|
Reference in New Issue
Block a user