update rofi config
This commit is contained in:
parent
5ee66c61f8
commit
0efe757b83
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
||||||
configuration {
|
configuration {
|
||||||
/* modes: "window,drun,run,ssh";*/
|
modes: "window";
|
||||||
/* font: "mono 12";*/
|
/* font: "mono 12";*/
|
||||||
/* location: 0;*/
|
/* location: 0;*/
|
||||||
/* yoffset: 0;*/
|
/* yoffset: 0;*/
|
||||||
/* xoffset: 0;*/
|
/* xoffset: 0;*/
|
||||||
/* fixed-num-lines: true;*/
|
fixed-num-lines: true;
|
||||||
/* show-icons: false;*/
|
show-icons: true;
|
||||||
/* terminal: "rofi-sensible-terminal";*/
|
terminal: "kitty";
|
||||||
/* ssh-client: "ssh";*/
|
/* ssh-client: "ssh";*/
|
||||||
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
|
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
|
||||||
/* run-command: "{cmd}";*/
|
/* run-command: "{cmd}";*/
|
||||||
/* run-list-command: "";*/
|
/* run-list-command: "";*/
|
||||||
/* run-shell-command: "{terminal} -e {cmd}";*/
|
/* run-shell-command: "{terminal} -e {cmd}";*/
|
||||||
/* window-command: "wmctrl -i -R {window}";*/
|
/* window-command: "wmctrl -i -R {window}";*/
|
||||||
/* window-match-fields: "all";*/
|
window-match-fields: "class,title";
|
||||||
/* icon-theme: ;*/
|
/* icon-theme: ;*/
|
||||||
/* drun-match-fields: "name,generic,exec,categories,keywords";*/
|
/* drun-match-fields: "name,generic,exec,categories,keywords";*/
|
||||||
/* drun-categories: ;*/
|
/* drun-categories: ;*/
|
||||||
|
@ -33,14 +33,14 @@ configuration {
|
||||||
/* parse-hosts: false;*/
|
/* parse-hosts: false;*/
|
||||||
/* parse-known-hosts: true;*/
|
/* parse-known-hosts: true;*/
|
||||||
/* combi-modes: "window,run";*/
|
/* combi-modes: "window,run";*/
|
||||||
/* matching: "normal";*/
|
matching: "fuzzy";
|
||||||
/* tokenize: true;*/
|
/* tokenize: true;*/
|
||||||
/* m: "-5";*/
|
/* m: "-5";*/
|
||||||
/* filter: ;*/
|
/* filter: ;*/
|
||||||
/* dpi: -1;*/
|
/* dpi: -1;*/
|
||||||
/* threads: 0;*/
|
/* threads: 0;*/
|
||||||
/* scroll-method: 0;*/
|
/* scroll-method: 0;*/
|
||||||
/* window-format: "{w} {c} {t}";*/
|
window-format: "{w}|{c} | {t}";
|
||||||
/* click-to-exit: true;*/
|
/* click-to-exit: true;*/
|
||||||
/* max-history-size: 25;*/
|
/* max-history-size: 25;*/
|
||||||
/* combi-hide-mode-prefix: false;*/
|
/* combi-hide-mode-prefix: false;*/
|
||||||
|
|
Loading…
Reference in a new issue