From e933df21500f9b5ea1f8ae4a4c6fa51b44d4d27e Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Mon, 9 Feb 2026 14:00:20 +0100 Subject: [PATCH] noctalia plugins --- home/niri.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/home/niri.nix b/home/niri.nix index b2bd968..757d537 100644 --- a/home/niri.nix +++ b/home/niri.nix @@ -402,11 +402,9 @@ in # Applications "Mod+Return".action.spawn = "footclient"; - "Mod+T".action.spawn = [ - "sh" - "-c" - "if pgrep -f '^foot -T dropdown$' >/dev/null; then pkill -f '^foot -T dropdown$'; else exec foot -T dropdown; fi" - ]; + "Mod+T".action.spawn = noctalia "plugin togglePanel notes-scratchpad"; + "Mod+A".action.spawn = noctalia "plugin:assistant-panel open"; + # Noctalia launcher #"Mod+D".action.spawn = noctalia "launcher toggle"; "Mod+D".action.spawn = "fuzzel";