feat: switch to fuzzel

This commit is contained in:
oddlama 2025-02-03 01:22:14 +01:00
parent cfc7de7967
commit eeb248b582
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -18,8 +18,6 @@ let
mkMerge mkMerge
optionals optionals
; ;
rofi-drun = "rofi -show drun -theme ~/.config/rofi/launchers/type-1/style-10.rasi";
in in
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
@ -53,10 +51,10 @@ in
"SUPER + CTRL + SHIFT,q,exec,uwsm stop" "SUPER + CTRL + SHIFT,q,exec,uwsm stop"
# Applications # Applications
"SUPER,code:49,exec,${rofi-drun}" # SUPER+^ "SUPER,code:49,exec,fuzzel" # SUPER+^
",Menu,exec,${rofi-drun}" ",Menu,exec,fuzzel"
"SUPER,t,exec,kitty" "SUPER,t,exec,kitty"
"SUPER,b,exec,firefox" "SUPER,b,exec,uwsm app firefox"
"SUPER,c,exec,${getExe pkgs.scripts.clone-term}" "SUPER,c,exec,${getExe pkgs.scripts.clone-term}"
# Shortcuts & Actions # Shortcuts & Actions