mirror of https://gitlab.com/meliurwen/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
415 B
12 lines
415 B
4 years ago
|
# 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
|