Set Steam to float by default instead of being tabbed

This commit is contained in:
Evie Litherland-Smith 2024-05-14 06:56:01 +01:00
parent dedcc66d73
commit 9365ee0f5b

View file

@ -99,24 +99,19 @@
window = {
border = 1;
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";}
{class = "matplotlib";}
{class = ".*\.py";}
{class = "Idl";}
])
++ [
{
criteria = {class = "steam";};
command = "layout tabbed";
}
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";}
{class = "steam";}
{class = "matplotlib";}
{class = ".*\.py";}
{class = "Idl";}
];
};
floating.border = 1;