add namespace to hyprctl layers

This commit is contained in:
vaxerski
2022-07-06 21:57:35 +02:00
parent a545992891
commit 6a16f11d63
3 changed files with 6 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ struct SLayerSurface {
int monitorID = -1;
std::string szNamespace = "";
CAnimatedVariable alpha;
bool fadingOut = false;
bool readyToDelete = false;