Open
Description
Right now:
WatchDir(
path: "/home/yourcoolusername/Documents",
)
Instead, why not have:
WatchDir(
path: "~/Documents",
)
or
WatchDir(
path: "$HOME/Documents",
)
(preferably the first one)
If you copy your config to another machine which has a different username (or change your username on your current machine), there's one less file to worry about.
Metadata
Metadata
Assignees
Labels
No labels