From d103f182a24e988ba0c42f8c9365f09d320987b0 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Tue, 14 Jan 2025 18:36:30 -0600 Subject: [PATCH] niri: switch fuzzel -> wofi --- templates/.config/niri/config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.