mirror of https://gitlab.com/meliurwen/dotfiles
parent
27844d02fe
commit
6e0cc01ac2
@ -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 |
@ -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" |
@ -0,0 +1 @@ |
||||
it_IT |
Loading…
Reference in new issue