diff --git a/templates/.config/niri/config.kdl b/templates/.config/niri/config.kdl index b8e96ea..3354948 100644 --- a/templates/.config/niri/config.kdl +++ b/templates/.config/niri/config.kdl @@ -281,7 +281,8 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+T { spawn "alacritty"; } - Mod+D { spawn "fuzzel"; } + Mod+D { spawn "wofi" "--show" "drun"; } + Mod+Shift+D { spawn "wofi" "--show" "run"; } Super+Alt+L { spawn "swaylock"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc.