niri: switch fuzzel -> wofi
This commit is contained in:
parent
2edcd9d803
commit
d103f182a2
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue