mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: steam wmclass
This commit is contained in:
parent
e33476a7f5
commit
19cd5c3914
2 changed files with 3 additions and 3 deletions
|
@ -214,7 +214,7 @@ in {
|
||||||
];
|
];
|
||||||
"5" = [
|
"5" = [
|
||||||
{class = "^bottles$";}
|
{class = "^bottles$";}
|
||||||
{class = "^Steam$";}
|
{class = "^steam$";}
|
||||||
{class = "^prismlauncher$";}
|
{class = "^prismlauncher$";}
|
||||||
];
|
];
|
||||||
"7" = [
|
"7" = [
|
||||||
|
@ -245,7 +245,7 @@ in {
|
||||||
}) ["7" "8" "9"];
|
}) ["7" "8" "9"];
|
||||||
}
|
}
|
||||||
.${nixosConfig.node.name}
|
.${nixosConfig.node.name}
|
||||||
or {};
|
or [];
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = let
|
extraConfig = let
|
||||||
|
|
|
@ -120,7 +120,7 @@ in {
|
||||||
assigns = {
|
assigns = {
|
||||||
"9" = [
|
"9" = [
|
||||||
{class = "^steam_app_";}
|
{class = "^steam_app_";}
|
||||||
{app_id = "^Steam$";}
|
{app_id = "^steam$";}
|
||||||
{class = "^steam$";}
|
{class = "^steam$";}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue