Hello, im a newbie user of nixos and niri, i downloaded noctalia-shell and it was very hard xD, and noctalia has it own launcher application liks this, and i want to change my bind of fazzel (another run aplication) to noctalian launcher here is this bind “Mod+D hotkey-overlay-title=“Run an Application: launcher” { spawn “fuzzel” ; }“ and i dont know how to name it, i tried chatgpt, gemini, its not helped me, pls if you know, help
Given the syntax, I’m assuming you’re using Niri with your Noctalia shell. If so, this is the key bind I use:
Mod+D hotkey-overlay-title="Run Application Launcher" { spawn "noctalia-shell" "ipc" "call" "launcher" "toggle"; }
In any case, you can find the command in the docs.
1 Like
Similar to @mickeymarse, this is what I have for Niri:
Mod+D hotkey-overlay-title="Launcher" { spawn-sh "noctalia-shell ipc call launcher toggle"; }
If you’re on Sway then you can probably put this in your sway/config
bindsym Mod4+d exec noctalia-shell ipc call launcher toggle
1 Like
thank you guys, two ways working, u are the best)
1 Like
