Remove automatic tabbed rule from any windows

This commit is contained in:
Evie Litherland-Smith 2024-06-03 09:36:31 +01:00
parent 51f71a759d
commit 18a245e375

View file

@ -80,34 +80,20 @@
border = 1; border = 1;
titlebar = false; titlebar = false;
commands = commands =
(map (criteria: { map (criteria: {
inherit criteria; inherit criteria;
command = "floating enable"; command = "floating enable";
}) [ }) [
{app_id = "org.kde.polkit-kde-authentication-agent-1";} {app_id = "org.kde.polkit-kde-authentication-agent-1";}
{app_id = "Pinentry";} {app_id = "Pinentry";}
{app_id = "pavucontrol";} {app_id = "pavucontrol";}
{app_id = "\.blueman-manager-wrapped";} {app_id = "\.blueman-manager-wrapped";}
{app_id = "nm-connection-editor";} {app_id = "nm-connection-editor";}
{app_id = "thunar";} {app_id = "thunar";}
{class = "[Mm]atplotlib";} {class = "[Mm]atplotlib";}
{class = ".*\.py";} {class = ".*\.py";}
{class = "Idl";} {class = "Idl";}
]) ];
++ (map (criteria: {
inherit criteria;
command = "layout tabbed";
}) [
{app_id = "WebCord";}
{app_id = "signal";}
{app_id = "whatsapp-for-linux";}
{app_id = "teams-for-linux";}
{app_id = "twinkle";}
{app_id = "org\.remmina\.Remmina";}
{app_id = "Nxplayer\.bin";}
{class = "Nxplayer\.bin";}
])
++ [];
}; };
floating.border = 1; floating.border = 1;
keybindings = with config; let keybindings = with config; let