Switch to using rofi on combi mode primarily
This commit is contained in:
parent
e958efbb4d
commit
f723969c4f
|
@ -100,10 +100,9 @@ in ''
|
||||||
bind = SUPER SHIFT, X, exec, ${pkgs.mako}/bin/makoctl dismiss -a
|
bind = SUPER SHIFT, X, exec, ${pkgs.mako}/bin/makoctl dismiss -a
|
||||||
|
|
||||||
# Common program shortcuts
|
# 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 SHIFT, Space, exec, rofi -replace -show run
|
||||||
bind = SUPER, E, exec, emacsclient -c -a "alacritty -e nano"
|
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, Return, exec, alacritty
|
||||||
bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh
|
bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ in {
|
||||||
plugins = with pkgs; [ rofi-calc ];
|
plugins = with pkgs; [ rofi-calc ];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
modi = "window,run,drun,ssh,filebrowser,calc,${power-menu},combi";
|
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;}";
|
theme-str = "#window {border-radius: 10px;}";
|
||||||
sidebar-mode = true;
|
sidebar-mode = true;
|
||||||
sort = true;
|
sort = true;
|
||||||
|
@ -38,6 +38,7 @@ in {
|
||||||
display-filebrowser = " Files ";
|
display-filebrowser = " Files ";
|
||||||
display-calc = " Calculator ";
|
display-calc = " Calculator ";
|
||||||
display-combi = " Combi ";
|
display-combi = " Combi ";
|
||||||
|
drun-display-format = "{icon} {name} ({categories}) {comment}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue