From 6e0cc01ac2ee1b4744d02d6b638b3897250d8fe6 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Sat, 27 Jun 2020 16:07:45 +0200 Subject: [PATCH] Added xdg --- xdg/.config/user-dirs.conf | 11 +++++++++++ xdg/.config/user-dirs.dirs | 15 +++++++++++++++ xdg/.config/user-dirs.locale | 1 + 3 files changed, 27 insertions(+) create mode 100644 xdg/.config/user-dirs.conf create mode 100644 xdg/.config/user-dirs.dirs create mode 100644 xdg/.config/user-dirs.locale diff --git a/xdg/.config/user-dirs.conf b/xdg/.config/user-dirs.conf new file mode 100644 index 0000000..c8deb69 --- /dev/null +++ b/xdg/.config/user-dirs.conf @@ -0,0 +1,11 @@ +# This controls the behaviour of xdg-user-dirs-update which is run on user login +# You can also have per-user config in ~/.config/user-dirs.conf, or specify +# the XDG_CONFIG_HOME and/or XDG_CONFIG_DIRS to override this +# + +enabled=False + +# This sets the filename encoding to use. You can specify an explicit +# encoding, or "locale" which means the encoding of the users locale +# will be used +filename_encoding=UTF-8 diff --git a/xdg/.config/user-dirs.dirs b/xdg/.config/user-dirs.dirs new file mode 100644 index 0000000..b860d96 --- /dev/null +++ b/xdg/.config/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# +XDG_DOWNLOAD_DIR="$HOME/Scaricati" +#XDG_DESKTOP_DIR="$HOME/Desktop" +#XDG_TEMPLATES_DIR="$HOME/Modelli" +#XDG_PUBLICSHARE_DIR="$HOME/Pubblici" +#XDG_DOCUMENTS_DIR="$HOME/Documenti" +#XDG_MUSIC_DIR="$HOME/Musica" +#XDG_PICTURES_DIR="$HOME/Immagini" +#XDG_VIDEOS_DIR="$HOME/Video" diff --git a/xdg/.config/user-dirs.locale b/xdg/.config/user-dirs.locale new file mode 100644 index 0000000..af853c4 --- /dev/null +++ b/xdg/.config/user-dirs.locale @@ -0,0 +1 @@ +it_IT \ No newline at end of file