diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index d3b68be..9af170b 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -255,18 +255,15 @@ in with lib; { "scratchpads": { "term": { "command": "alacritty --class alacritty-dropterm --working-directory ~ -e tmux new -A -s scratch", - "animation": "", - "unfocus": "hide" + "animation": "" }, "ario": { "command": "ario", - "animation": "", - "unfocus": "hide" + "animation": "" }, "spotify": { "command": "spotify", - "animation": "", - "unfocus": "hide" + "animation": "" } } }