From 444bce8cee00bcc61f1ec30e772b10daa6869196 Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Wed, 15 Apr 2026 15:14:28 -0500 Subject: [PATCH] xdg defaults --- README.md | 2 ++ xdg/user-dirs.defaults | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 xdg/user-dirs.defaults diff --git a/README.md b/README.md index 1e36412..0b89e45 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ you can use the dropdown menu to easily create files. ## Todos + * [ ] Simple Makefile +* [ ] Fix Makefile * [ ] Improve documentation 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