From 2fc9fd015a2b08b9e55680495d9c0cfe6c359068 Mon Sep 17 00:00:00 2001 From: ulve Date: Fri, 19 Jun 2026 17:37:11 +0200 Subject: [PATCH] switch Mod+D to noctalia launcher IPC --- config/niri/config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/niri/config.kdl b/config/niri/config.kdl index f960390..cbfe09d 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -69,7 +69,8 @@ spawn-at-startup "swayidle" "-w" "timeout" "300" "swaylock -f -c 0a0a0a && ~/.lo binds { Mod+Return { spawn "footclient"; } - Mod+D { spawn "fuzzel"; } + // Mod+D { spawn "fuzzel"; } + Mod+D { spawn "noctalia-shell" "ipc" "call" "launcher" "toggle"; } Mod+Shift+Q { spawn "wlogout"; } Mod+Q { close-window; }