dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 5b745846a667c2145f6dcc6380e0355cace10242
parent fb9d3daab5d817efe2945c42f5491a92fc4e53ba
Author: Chris <chris@echoz.io>
Date:   Tue, 17 Mar 2026 00:10:02 +0100

fix: update window class for spotify

Diffstat:
Mmodules/hypr/hyprland.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix @@ -192,7 +192,7 @@ "workspace 5 silent, match:class ^firefox$" "workspace 3 silent, match:class ^discord$" "workspace 3 silent, match:class ^Slack$" - "workspace 3 silent, match:class ^Spotify$" + "workspace 3 silent, match:class ^spotify$" "workspace 5 silent, tile on, match:class ^steam_app_2694490" ]; };