xdg-user-dirs: Set desktop to home directory

Some programs use the desktop and won't do anything if the desktop
directory isn't specified.
This commit is contained in:
Donovan Glover 2024-09-08 14:01:03 -04:00
parent cc5ca869ce
commit f70894196c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -12,7 +12,7 @@ in
templates = null; templates = null;
publicShare = null; publicShare = null;
desktop = "${homeDirectory}/"; desktop = "${homeDirectory}";
download = "${homeDirectory}/"; download = "${homeDirectory}/";
documents = "${homeDirectory}/"; documents = "${homeDirectory}/";
music = "${homeDirectory}/"; music = "${homeDirectory}/";