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