Update rofi config for default directory in filebrowser
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run,filebrowser,window,ssh";
|
modi: "drun,filebrowser,ssh";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
display-drun: " ";
|
display-drun: " ";
|
||||||
display-run: " ";
|
display-run: " ";
|
||||||
@@ -10,6 +10,13 @@ configuration {
|
|||||||
window-format: "{w}{t}";
|
window-format: "{w}{t}";
|
||||||
font: "JetBrainsMono 15";
|
font: "JetBrainsMono 15";
|
||||||
icon-theme: "Colloid";
|
icon-theme: "Colloid";
|
||||||
|
|
||||||
|
filebrowser {
|
||||||
|
directory: "~/";
|
||||||
|
|
||||||
|
directories-first: true;
|
||||||
|
show-hidden: false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme "~/.config/rofi/themes/breeze-dracula.rasi"
|
@theme "~/.config/rofi/themes/breeze-dracula.rasi"
|
||||||
Reference in New Issue
Block a user