diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index bddc2364..dca0e7aa 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -100,10 +100,9 @@ in '' bind = SUPER SHIFT, X, exec, ${pkgs.mako}/bin/makoctl dismiss -a # Common program shortcuts - bind = SUPER, Space, exec, rofi -replace -show drun + bind = SUPER, Space, exec, rofi -replace -show combi bind = SUPER SHIFT, Space, exec, rofi -replace -show run bind = SUPER, E, exec, emacsclient -c -a "alacritty -e nano" - bind = SUPER ALT, F, exec, rofi -replace -show filebrowser bind = SUPER, Return, exec, alacritty bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh diff --git a/home/hyprland/rofi.nix b/home/hyprland/rofi.nix index c48ede72..667571d5 100644 --- a/home/hyprland/rofi.nix +++ b/home/hyprland/rofi.nix @@ -19,7 +19,7 @@ in { plugins = with pkgs; [ rofi-calc ]; extraConfig = { modi = "window,run,drun,ssh,filebrowser,calc,${power-menu},combi"; - combi-modi = "window,drun,ssh,filebrowser"; + combi-modi = "window,drun,filebrowser,calc"; theme-str = "#window {border-radius: 10px;}"; sidebar-mode = true; sort = true; @@ -38,6 +38,7 @@ in { display-filebrowser = " 󰝰 Files "; display-calc = " 󰪚 Calculator "; display-combi = " 󰛡 Combi "; + drun-display-format = "{icon} {name} ({categories}) {comment}"; }; }; }