From e8496a8efaffdfaf3d14bd3b335e822a8f826421 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 14 Sep 2023 10:03:38 -0400 Subject: [PATCH] disable spotify scratchpad --- home-manager/linux/programs/hyprland.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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": "" } } }