Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
1 |
# This controls the behaviour of xdg-user-dirs-update which is run on user login
|
|
|
2 |
# You can also have per-user config in ~/.config/user-dirs.conf, or specify
|
|
|
3 |
# the XDG_CONFIG_HOME and/or XDG_CONFIG_DIRS to override this
|
|
|
4 |
#
|
|
|
5 |
|
|
|
6 |
enabled=True
|
|
|
7 |
|
|
|
8 |
# This sets the filename encoding to use. You can specify an explicit
|
|
|
9 |
# encoding, or "locale" which means the encoding of the users locale
|
|
|
10 |
# will be used
|
|
|
11 |
filename_encoding=UTF-8
|