diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-12-21 06:32:06 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-12-21 06:32:06 -0800 |
commit | d94051fafe990b8e8b99c8a3ec1e5c769ac4ad3a (patch) | |
tree | f98b4f1910a3dc8920fe06aad725fb7fad3003f9 /user-dirs.conf | |
download | xdg-user-dirs-d94051fafe990b8e8b99c8a3ec1e5c769ac4ad3a.tar.gz xdg-user-dirs-d94051fafe990b8e8b99c8a3ec1e5c769ac4ad3a.tar.bz2 xdg-user-dirs-d94051fafe990b8e8b99c8a3ec1e5c769ac4ad3a.zip |
Imported Upstream version 0.14upstream/0.14upstream
Diffstat (limited to 'user-dirs.conf')
-rw-r--r-- | user-dirs.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user-dirs.conf b/user-dirs.conf new file mode 100644 index 0000000..86012d0 --- /dev/null +++ b/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=True + +# 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 |