Files
dotfiles/kidex/.config/kidex.ron
foreverpyrite 3158e1d7de oh my god
I still need to figure out what to do with the .uuid font files (I
sucked with the gitignore ig) and btop since it saves state everytime
you toggle something, which is a little annoying. I'm debating if it
should even be here at all. I think all I used it for originally was the
theme lol.
2025-09-28 21:00:14 -05:00

11 lines
310 B
Plaintext

Config(
ignored: [], // A list of patterns to be ignored in all directories
directories: [
WatchDir(
path: "~", // The root folder to be indexed
recurse: true, // Recursively index and watch all subfolders
ignored: [], // Ignore patterns specifically for this directory
),
],
)