Update rofi configuration

main
felixm 2023-06-13 09:53:01 -04:00
parent 7dd7de3b27
commit c887d71407
1 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
configuration {
modi: "window,drun,run,combi";
modi: "combi,emoji,window,drun,run";
font: "hack 10";
combi-modi: "window,drun,run";
/* font: "mono 12";*/
@ -8,11 +8,11 @@ configuration {
/* xoffset: 0;*/
/* fixed-num-lines: true;*/
/* show-icons: false;*/
terminal: "st";
terminal: "kitty";
/* ssh-client: "ssh";*/
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
/* run-command: "st -e {cmd}"; */
run-shell-command: "st -e {cmd}";
run-shell-command: "kitty -e {cmd}";
/* run-list-command: "";*/
/* window-command: "wmctrl -i -R {window}";*/
/* window-match-fields: "all";*/
@ -27,8 +27,10 @@ configuration {
show-icons: true;
display-drun: " 󰣆 Apps ";
display-run: "  Run ";
display-window: " 﩯 Window";
display-Network: " 󰤨 Network";
display-window: " 﩯 Window ";
display-combi: "  Combi ";
display-emoji: " 󰞅 Emoji ";
display-Network: " 󰤨 Network ";
/* disable-history: false;*/
/* ignored-prefixes: "";*/
/* sort: false;*/