From fdedfd693fa0945225306abca8a3f267d582d000 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 22 Mar 2025 15:41:29 +0100 Subject: Use j4-dmenu-desktop and bemenu-run instead of fuzzel --- config/niri/config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/niri') diff --git a/config/niri/config.kdl b/config/niri/config.kdl index 4dd693a..7bff4e0 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -333,7 +333,8 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Return { spawn "kitty"; } - Mod+Space { spawn "fuzzel"; } + Mod+Space { spawn "j4-dmenu-desktop" "-d" "bemenu -i -n -H 26 --hp 10 --fn 'InputSansCompressed Light 10' -p '>' --ff '#0f261F' --tf '#23C17C' --nf '#0f261F' --cf '#23C17C2' --af '#00140d' --hb '#23C17C' --hf '#0f261F' --hf '#DAE6E3' --nb '#DAE6E3' --tb '#DAE6E3' --fb '#DAE6E3' --cb '#DAE6E3' --ab '#DAE6E3'";} + Mod+Shift+Space { spawn "bemenu-run" "-i" "-n" "-H" "26" "--hp" "10" "--fn" "InputSansCompressed Light 10" "-p" ">" "--ff" "#0f261F" "--tf" "#23C17C" "--nf" "#0f261F" "--cf" "#23C17C2" "--af" "#00140d" "--hb" "#23C17C" "--hf" "#0f261F" "--hf" "#DAE6E3" "--nb" "#DAE6E3" "--tb" "#DAE6E3" "--fb" "#DAE6E3" "--cb" "#DAE6E3" "--ab" "#DAE6E3";} Super+Alt+L { spawn "swaylock"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc. -- cgit