From c6f2d0e14b11c577d77ae3dc91f4697bbd053f38 Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Sun, 3 Nov 2024 14:32:52 -0600 Subject: [PATCH] xdg custom and default --- xdg/custom_user-dirs | 25 +++++++++++++++++++++++++ xdg/user-dirs.defaults | 16 ++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 xdg/custom_user-dirs create mode 100644 xdg/user-dirs.defaults diff --git a/xdg/custom_user-dirs b/xdg/custom_user-dirs new file mode 100644 index 0000000..96752c1 --- /dev/null +++ b/xdg/custom_user-dirs @@ -0,0 +1,25 @@ +# Default settings for user directories +# +# The values are relative pathnames from the home directory and +# will be translated on a per-path-element basis into the users locale + +DESKTOP=gui +DOWNLOAD=dl +TEMPLATES=eg +MARKDOWN=md +PUBLICSHARE=pub +DOCUMENTS=media/docs +MUSIC=media/music +PICTURES=media/pics +VIDEOS=media/vids +PDF=media/pdf +CAD=cad +REPO=repo +SCRIPTS=sh +VIRTUALMACHINES=vm + + +# Another alternative is: +#MUSIC=Documents/Music +#PICTURES=Documents/Pictures +#VIDEOS=Documents/Videos diff --git a/xdg/user-dirs.defaults b/xdg/user-dirs.defaults new file mode 100644 index 0000000..6baf7cc --- /dev/null +++ b/xdg/user-dirs.defaults @@ -0,0 +1,16 @@ +# Default settings for user directories +# +# The values are relative pathnames from the home directory and +# will be translated on a per-path-element basis into the users locale +DESKTOP=Desktop +DOWNLOAD=Downloads +TEMPLATES=Templates +PUBLICSHARE=Public +DOCUMENTS=Documents +MUSIC=Music +PICTURES=Pictures +VIDEOS=Videos +# Another alternative is: +#MUSIC=Documents/Music +#PICTURES=Documents/Pictures +#VIDEOS=Documents/Videos