Add stacking layout rules for chat apps
This commit is contained in:
parent
29e17cb6b1
commit
a0f83c2443
|
@ -128,6 +128,15 @@
|
||||||
{app_id = "Nxplayer\.bin";}
|
{app_id = "Nxplayer\.bin";}
|
||||||
{class = "Nxplayer\.bin";}
|
{class = "Nxplayer\.bin";}
|
||||||
])
|
])
|
||||||
|
++ (map (criteria: {
|
||||||
|
inherit criteria;
|
||||||
|
command = "layout stacking";
|
||||||
|
}) [
|
||||||
|
{app_id = "WebCord";}
|
||||||
|
{app_id = "signal";}
|
||||||
|
{app_id = "whatsapp-for-linux";}
|
||||||
|
{app_id = "teams-for-linux";}
|
||||||
|
])
|
||||||
++ [];
|
++ [];
|
||||||
};
|
};
|
||||||
floating.border = 1;
|
floating.border = 1;
|
||||||
|
|
Reference in a new issue