diff options
author | ThanosApollo <[email protected]> | 2022-10-21 04:08:47 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-21 04:08:47 +0300 |
commit | b60b17ce3b8407c7359fb7c531368f6af90d9078 (patch) | |
tree | 3d03dc0e45820ec73cd63b91ea1cc3174fb01f49 /.config/rofi/config.rasi | |
parent | 7dc86dd96bae51fb9514473ee11b4dc457335ecc (diff) |
Change filebrowser dir
Diffstat (limited to '.config/rofi/config.rasi')
-rw-r--r-- | .config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index cdca15e..544fcba 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -71,7 +71,7 @@ configuration { /*---------- File browser settings ----------*/ filebrowser { -/* directory: "/home";*/ + directory: "/home/apollo"; directories-first: true; sorting-method: "name"; } |