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

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