2019-12-28 11:55:55 +01:00
|
|
|
# xdg-user-dirs-update
|
|
|
|
|
|
|
|
> Update XDG user directories.
|
2022-01-14 00:33:54 -03:00
|
|
|
> More information: <https://manned.org/xdg-user-dirs-update>.
|
2019-12-28 11:55:55 +01:00
|
|
|
|
|
|
|
- Change XDG's DESKTOP directory to the specified directory (must be absolute):
|
|
|
|
|
2019-12-30 10:01:31 +01:00
|
|
|
`xdg-user-dirs-update --set DESKTOP "{{path/to/directory}}"`
|
2019-12-28 11:55:55 +01:00
|
|
|
|
|
|
|
- Write the result to the specified dry-run-file instead of the `user-dirs.dirs` file:
|
|
|
|
|
2019-12-30 10:01:31 +01:00
|
|
|
`xdg-user-dirs-update --dummy-output "{{path/to/dry_run_file}}" --set {{xdg_user_directory}} "{{path/to/directory}}"`
|