hyprland/window: .solo class accounts for hidden & fullscreen windows

This commit is contained in:
gardenapple
2023-07-02 20:58:42 +03:00
parent 91588fb8bb
commit cdece498c1
2 changed files with 25 additions and 16 deletions

View File

@ -40,6 +40,7 @@ class Window : public waybar::ALabel, public EventHandler {
std::string last_solo_class_;
bool solo_;
bool all_floating_;
bool hidden_;
bool fullscreen_;
};