diff --git a/home/hyprland/rofi.nix b/home/hyprland/rofi.nix index 667571d5..76db909c 100644 --- a/home/hyprland/rofi.nix +++ b/home/hyprland/rofi.nix @@ -28,7 +28,7 @@ in { icon-theme = icon-theme; show-icons = true; application-fallback-icon = "󰣆"; - drun-display-format = "{icon} {name}"; + drun-display-format = "{icon} {name} ({categories})"; disable-history = false; hide-scrollbar = true; display-window = " 󰧨 Move "; @@ -38,7 +38,6 @@ in { display-filebrowser = " 󰝰 Files "; display-calc = " 󰪚 Calculator "; display-combi = " 󰛡 Combi "; - drun-display-format = "{icon} {name} ({categories}) {comment}"; }; }; }