diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-22 15:41:29 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-22 15:41:29 +0100 |
| commit | fdedfd693fa0945225306abca8a3f267d582d000 (patch) | |
| tree | 8027c00e1b3b0c989b5bb1586e154fd5129262b0 /config/niri | |
| parent | 822d1bcef7a9dada549775620f7cdb3c8d836f98 (diff) | |
Use j4-dmenu-desktop and bemenu-run instead of fuzzel
Diffstat (limited to 'config/niri')
| -rw-r--r-- | config/niri/config.kdl | 3 |
1 files changed, 2 insertions, 1 deletions
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. |