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";