From 1b6a3b9ac60c08fcea3b7e1ffd45da970ff04ae9 Mon Sep 17 00:00:00 2001 From: Myned <dev@bjork.tech> Date: Wed, 12 Feb 2025 13:26:44 -0600 Subject: [PATCH] rofi: use drun instead of combi by default Signed-off-by: Myned <dev@bjork.tech> --- options/custom/menus/rofi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/menus/rofi/default.nix b/options/custom/menus/rofi/default.nix index 7582e0a..277968b 100644 --- a/options/custom/menus/rofi/default.nix +++ b/options/custom/menus/rofi/default.nix @@ -25,7 +25,7 @@ in { menus = let quit = "${pkill} --exact rofi"; in { - show = "${quit} || ${rofi} -show combi -show-icons -theme-str 'prompt { enabled: false; }'"; + show = "${quit} || ${rofi} -show drun -show-icons"; calculator.show = "${quit} || ${rofi} -show calc"; clipboard = {