dwl/window: allow hiding of title when either inactive or empty

This commit is contained in:
Alex Denes
2025-05-05 16:38:59 +00:00
parent 8685e88ec4
commit 5ab852ff52
3 changed files with 32 additions and 4 deletions
+2
View File
@@ -32,6 +32,8 @@ class Window : public AAppIconLabel, public sigc::trackable {
std::string appid_;
std::string layout_symbol_;
bool active_;
bool hide_inactive_;
bool hide_empty_;
uint32_t layout_;
struct zdwl_ipc_output_v2 *output_status_;