Remove automatic tabbed rule from any windows
This commit is contained in:
parent
51f71a759d
commit
18a245e375
|
@ -80,34 +80,20 @@
|
|||
border = 1;
|
||||
titlebar = false;
|
||||
commands =
|
||||
(map (criteria: {
|
||||
inherit criteria;
|
||||
command = "floating enable";
|
||||
}) [
|
||||
{app_id = "org.kde.polkit-kde-authentication-agent-1";}
|
||||
{app_id = "Pinentry";}
|
||||
{app_id = "pavucontrol";}
|
||||
{app_id = "\.blueman-manager-wrapped";}
|
||||
{app_id = "nm-connection-editor";}
|
||||
{app_id = "thunar";}
|
||||
{class = "[Mm]atplotlib";}
|
||||
{class = ".*\.py";}
|
||||
{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";}
|
||||
])
|
||||
++ [];
|
||||
map (criteria: {
|
||||
inherit criteria;
|
||||
command = "floating enable";
|
||||
}) [
|
||||
{app_id = "org.kde.polkit-kde-authentication-agent-1";}
|
||||
{app_id = "Pinentry";}
|
||||
{app_id = "pavucontrol";}
|
||||
{app_id = "\.blueman-manager-wrapped";}
|
||||
{app_id = "nm-connection-editor";}
|
||||
{app_id = "thunar";}
|
||||
{class = "[Mm]atplotlib";}
|
||||
{class = ".*\.py";}
|
||||
{class = "Idl";}
|
||||
];
|
||||
};
|
||||
floating.border = 1;
|
||||
keybindings = with config; let
|
||||
|
|
Reference in a new issue