added filebrowser to rofi
This commit is contained in:
parent
5adbd7673e
commit
e7d5575f75
|
|
@ -1,9 +1,10 @@
|
||||||
configuration {
|
configuration {
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
modi: "drun";
|
modi: "combi";
|
||||||
drun-display-format: "{name}";
|
combi-display-format: "{generic}";
|
||||||
cycle: true;
|
cycle: true;
|
||||||
display-drun: ">>> ";
|
combi-modi: "drun,filebrowser";
|
||||||
|
display-combi: ">>> ";
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue