Merge pull request #2270 from gardenappl/hypr-backend

hyprland/window: Add .hidden CSS class, account for hidden & fullscreen windows
This commit is contained in:
Alexis Rouillard
2023-07-05 08:14:49 +02:00
committed by GitHub
4 changed files with 56 additions and 20 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_;
};