check-language-support, faketime, pi, powerstat, rig, xdg-user-dirs-update: update links (#7644)

This commit is contained in:
Axel Navarro
2022-01-14 00:33:54 -03:00
committed by GitHub
parent 34f822e792
commit d5cfac8d35
7 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
# xdg-user-dirs-update
> Update XDG user directories.
> 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}}"`