Sway: fix NoMachine window rules
This commit is contained in:
parent
8cc344e9c0
commit
838f762555
|
@ -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;
|
||||
|
|
Reference in a new issue