Set Steam to float by default instead of being tabbed
This commit is contained in:
parent
dedcc66d73
commit
9365ee0f5b
|
@ -99,7 +99,7 @@
|
||||||
window = {
|
window = {
|
||||||
border = 1;
|
border = 1;
|
||||||
commands =
|
commands =
|
||||||
(map (criteria: {
|
map (criteria: {
|
||||||
inherit criteria;
|
inherit criteria;
|
||||||
command = "floating enable";
|
command = "floating enable";
|
||||||
}) [
|
}) [
|
||||||
|
@ -108,15 +108,10 @@
|
||||||
{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";}
|
||||||
|
{class = "steam";}
|
||||||
{class = "matplotlib";}
|
{class = "matplotlib";}
|
||||||
{class = ".*\.py";}
|
{class = ".*\.py";}
|
||||||
{class = "Idl";}
|
{class = "Idl";}
|
||||||
])
|
|
||||||
++ [
|
|
||||||
{
|
|
||||||
criteria = {class = "steam";};
|
|
||||||
command = "layout tabbed";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
floating.border = 1;
|
floating.border = 1;
|
||||||
|
|
Reference in a new issue