Switch to using rofi on combi mode primarily

This commit is contained in:
Evie Litherland-Smith 2023-10-30 21:30:23 +00:00
parent e958efbb4d
commit f723969c4f
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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}";
};
};
}