diff options
| author | 2026-05-13 13:43:12 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:12 +0100 | |
| commit | 9ed0b8dd1bace809dd860b8343b0853d9ee7d1e9 (patch) | |
| tree | c019e822a69710bc61ef8e497e22033f4ba43e26 /dot_config/user-dirs.conf | |
| parent | 2fbb87210468ace88ee1749116d1763df52e8a73 (diff) | |
| download | dotfiles-9ed0b8dd1bace809dd860b8343b0853d9ee7d1e9.tar.gz dotfiles-9ed0b8dd1bace809dd860b8343b0853d9ee7d1e9.tar.bz2 dotfiles-9ed0b8dd1bace809dd860b8343b0853d9ee7d1e9.zip | |
feat(xdg): disable xdg-user-dirs-update overwrites
xdg-user-dirs-update runs on login and rewrites user-dirs.dirs with
localized defaults, clobbering the custom short paths. enabled=False
in user-dirs.conf is the official opt-out.
Diffstat (limited to 'dot_config/user-dirs.conf')
| -rw-r--r-- | dot_config/user-dirs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/user-dirs.conf b/dot_config/user-dirs.conf new file mode 100644 index 0000000..f184210 --- /dev/null +++ b/dot_config/user-dirs.conf @@ -0,0 +1 @@ +enabled=False |
