rofi: port cache from plaintext to cryptClearOnBoot

because i don't think it has any invalidation logic
This commit is contained in:
Colin 2024-02-26 23:04:50 +00:00
parent a7c325c8e1
commit 6fd1ce1f61

View File

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