rofi: persist the filebrowsercache

This commit is contained in:
2024-02-28 15:41:52 +00:00
parent cd303a76bc
commit 70229e0839

View File

@@ -84,6 +84,7 @@ in
fs.".config/rofi/config.rasi".symlink.target = ./config.rasi; fs.".config/rofi/config.rasi".symlink.target = ./config.rasi;
# redirect its default drun cache location # redirect its default drun cache location
fs.".cache/rofi3.druncache".symlink.target = "rofi/rofi3.druncache"; fs.".cache/rofi3.druncache".symlink.target = "rofi/rofi3.druncache";
fs.".cache/rofi3.filebrowsercache".symlink.target = "rofi/rofi3.filebrowsercache";
fs.".cache/rofi-drun-desktop.cache".symlink.target = "rofi/rofi-drun-desktop.cache"; fs.".cache/rofi-drun-desktop.cache".symlink.target = "rofi/rofi-drun-desktop.cache";
persist.byStore.cryptClearOnBoot = [ persist.byStore.cryptClearOnBoot = [
# optional, for caching .desktop files rofi finds on disk (perf) # optional, for caching .desktop files rofi finds on disk (perf)