Open 00-kat opened 7 months ago
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.
Right now:
Instead, why not have:
or
(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.