From 19cd5c3914069e7af174e8fcc3120db79fdaa0c4 Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 2 Oct 2023 23:42:50 +0200 Subject: [PATCH] fix: steam wmclass --- users/myuser/graphical/i3.nix | 4 ++-- users/myuser/graphical/sway.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/users/myuser/graphical/i3.nix b/users/myuser/graphical/i3.nix index 752628c..5448fea 100644 --- a/users/myuser/graphical/i3.nix +++ b/users/myuser/graphical/i3.nix @@ -214,7 +214,7 @@ in { ]; "5" = [ {class = "^bottles$";} - {class = "^Steam$";} + {class = "^steam$";} {class = "^prismlauncher$";} ]; "7" = [ @@ -245,7 +245,7 @@ in { }) ["7" "8" "9"]; } .${nixosConfig.node.name} - or {}; + or []; }; extraConfig = let diff --git a/users/myuser/graphical/sway.nix b/users/myuser/graphical/sway.nix index 46cb534..e806f2b 100644 --- a/users/myuser/graphical/sway.nix +++ b/users/myuser/graphical/sway.nix @@ -120,7 +120,7 @@ in { assigns = { "9" = [ {class = "^steam_app_";} - {app_id = "^Steam$";} + {app_id = "^steam$";} {class = "^steam$";} ]; };