From 7539ed55a9d2e98c7b96641e34cbe2eccdf8ccb5 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 17 Sep 2023 08:35:57 -0500 Subject: [PATCH] Fixes org agenda sidebar messing with main emacs --- user/wm/hyprland/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 6fbd5608..4d8e31a7 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -357,7 +357,8 @@ "command": "emacs --name 'agenda-sidebar'", "margin": 50, "unfocus": "hide", - "animation": "fromRight" + "animation": "fromRight", + "lazy": true }, "pavucontrol": { "command": "pavucontrol",