1
1
Fork 0

rofi: use drun instead of combi by default

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-12 13:26:44 -06:00
parent adb08d1aea
commit 1b6a3b9ac6
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -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 = {