1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 13:24:53 +02:00
tldr/pages/common/xdg-user-dirs-update.md
2019-12-28 11:55:55 +01:00

508 B

xdg-user-dirs-update

Update XDG user directories. More information: https://manpages.ubuntu.com/manpages/bionic/man1/xdg-user-dirs-update.1.html.

  • 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}}"