Make steam tabbed by default again

This commit is contained in:
Evie Litherland-Smith 2024-05-19 19:57:22 +01:00
parent f4e0c6dade
commit 6d59a5df4b

View file

@ -112,7 +112,6 @@
{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 = "steam";}
{class = "[Mm]atplotlib";} {class = "[Mm]atplotlib";}
{class = ".*\.py";} {class = ".*\.py";}
{class = "Idl";} {class = "Idl";}
@ -121,8 +120,9 @@
inherit criteria; inherit criteria;
command = "layout tabbed"; command = "layout tabbed";
}) [ }) [
{app_id = "Nxplayer\.bin";} {class = "steam";}
{class = "Nxplayer\.bin";} {class = "Nxplayer\.bin";}
{app_id = "Nxplayer\.bin";}
]) ])
++ []; ++ [];
}; };