niri: switch fuzzel -> wofi

This commit is contained in:
Adam Gausmann 2025-01-14 18:36:30 -06:00
parent 2edcd9d803
commit d103f182a2

View file

@ -281,7 +281,8 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker. // Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T { spawn "alacritty"; } 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"; } Super+Alt+L { spawn "swaylock"; }
// You can also use a shell. Do this if you need pipes, multiple commands, etc. // You can also use a shell. Do this if you need pipes, multiple commands, etc.