From b7deeeed219dda7da444493e2c7d1e059fc56e59 Mon Sep 17 00:00:00 2001 From: Antonin Ruan Date: Tue, 5 Nov 2024 13:10:11 -1000 Subject: [PATCH] Update rofi config for default directory in filebrowser --- .config/rofi/config.rasi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 82590ad..69541d2 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - modi: "drun,run,filebrowser,window,ssh"; + modi: "drun,filebrowser,ssh"; show-icons: true; display-drun: " "; display-run: " "; @@ -10,6 +10,13 @@ configuration { window-format: "{w}{t}"; font: "JetBrainsMono 15"; icon-theme: "Colloid"; + + filebrowser { + directory: "~/"; + + directories-first: true; + show-hidden: false; + } } @theme "~/.config/rofi/themes/breeze-dracula.rasi" \ No newline at end of file