feat(rofi): add run to combi mode

dev-docs
Moritz Böhme 2023-05-29 12:49:53 +02:00
parent f76a8dc53f
commit bc8972b581
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ in
enable = true;
package =
pkgs.rofi-wayland.override { plugins = with pkgs; [ rofi-calc rofi-emoji ]; };
extraConfig = { combi-modi = "drun,window,emoji"; };
extraConfig = { combi-modi = "drun,window,emoji,run"; };
};
xdg = {
enable = true;