Sway: fix NoMachine window rules

This commit is contained in:
Evie Litherland-Smith 2024-05-16 07:28:48 +01:00
parent 8cc344e9c0
commit 838f762555

View file

@ -114,9 +114,12 @@
{class = "Idl";}
])
++ (map (criteria: {
inherit criteria;
command = "layout tabbed";
}) [{app_id = "Nxplayer.bin";}])
inherit criteria;
command = "layout tabbed";
}) [
{app_id = "Nxplayer\.bin";}
{class = "Nxplayer\.bin";}
])
++ [];
};
floating.border = 1;