hyprland/window: Correct application of .solo class

This commit is contained in:
gardenapple
2023-06-20 03:23:03 +03:00
parent fd7c2a2012
commit 30c4f08773
2 changed files with 13 additions and 5 deletions

View File

@ -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