rofi: use drun instead of combi by default
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
adb08d1aea
commit
1b6a3b9ac6
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue