Johan Rong 2 luni în urmă
părinte
comite
be64f912f8
2 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 3 3
      flake.lock
  2. 1 1
      home/features/desktop/sway/sway.nix

+ 3 - 3
flake.lock

@@ -40,11 +40,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1780883961,
-        "narHash": "sha256-WU6SUrESuPiEXEUvX4D51AgWrXRJty+sLJBwBaDBGqE=",
+        "lastModified": 1781115013,
+        "narHash": "sha256-3BopHqMvh26sKim6rumZBY568VrISCWtRgqDuLGR/H0=",
         "owner": "nix-community",
         "repo": "home-manager",
-        "rev": "4eb4fec41674d5b059aa2eedf0f98453890546fa",
+        "rev": "fcbbf5484ab2c733e886ef4fa91e8da1c8c028f5",
         "type": "github"
       },
       "original": {

+ 1 - 1
home/features/desktop/sway/sway.nix

@@ -189,7 +189,7 @@ in
       };
 
       window.commands = [
-        { command = "floating enable"; criteria.app_id = "spotify"; }
+        { command = "floating enable"; criteria.class = "Spotify"; }
         #{ command = "floating enable"; criteria.class = "steam"; }
       ];