diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index 0cb55ea..6137a90 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -354,6 +354,11 @@ in with lib; { exec emacsclient -c --frame-parameters='(quote (name . "scratchmacs"))' ''; # https://github.com/hyprland-community/pyprland/issues/6 + # + # "spotify": { + # "command": "spotify", + # "animation": "" + # } in { text = '' { @@ -376,10 +381,6 @@ in with lib; { "ario": { "command": "ario", "animation": "" - }, - "spotify": { - "command": "spotify", - "animation": "" } } }