From e7b8db9d22a5805e886a020a3063a9f6144dbab0 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 21 Jun 2023 00:38:34 -0400 Subject: [PATCH] Don't auto hide scratchpads --- home-manager/linux/programs/hyprland.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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": "" } } }