2025-03-14 21:59:59 -06:00
|
|
|
# xdg-user-dirs-update
|
|
|
|
|
|
|
|
|
|
> Update XDG user directories.
|
2025-07-24 22:27:13 -06:00
|
|
|
> See also: `xdg-user-dir`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://manned.org/xdg-user-dirs-update>.
|
|
|
|
|
|
|
|
|
|
- Change XDG's DESKTOP directory to the specified directory (must be absolute):
|
|
|
|
|
|
|
|
|
|
`xdg-user-dirs-update --set DESKTOP "{{path/to/directory}}"`
|
|
|
|
|
|
|
|
|
|
- Write the result to the specified dry-run-file instead of the `user-dirs.dirs` file:
|
|
|
|
|
|
|
|
|
|
`xdg-user-dirs-update --dummy-output "{{path/to/dry_run_file}}" --set {{xdg_user_directory}} "{{path/to/directory}}"`
|