Remove automatic tabbed rule from any windows
This commit is contained in:
parent
51f71a759d
commit
18a245e375
|
@ -80,7 +80,7 @@
|
|||
border = 1;
|
||||
titlebar = false;
|
||||
commands =
|
||||
(map (criteria: {
|
||||
map (criteria: {
|
||||
inherit criteria;
|
||||
command = "floating enable";
|
||||
}) [
|
||||
|
@ -93,21 +93,7 @@
|
|||
{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";}
|
||||
])
|
||||
++ [];
|
||||
];
|
||||
};
|
||||
floating.border = 1;
|
||||
keybindings = with config; let
|
||||
|
|
Reference in a new issue