init
This commit is contained in:
11
xdg-user-dirs/from_etc/user-dirs.conf
Normal file
11
xdg-user-dirs/from_etc/user-dirs.conf
Normal file
@ -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
|
||||
13
xdg-user-dirs/from_etc/user-dirs.defaults
Normal file
13
xdg-user-dirs/from_etc/user-dirs.defaults
Normal file
@ -0,0 +1,13 @@
|
||||
# Default settings for user directories
|
||||
#
|
||||
# The values are relative pathnames from the home directory and
|
||||
# will be translated on a per-path-element basis into the users locale
|
||||
DESKTOP=desktop
|
||||
DOWNLOAD=downloads
|
||||
DOCUMENTS=documents
|
||||
MUSIC=music
|
||||
PICTURES=pictures
|
||||
# Another alternative is:
|
||||
#MUSIC=Documents/Music
|
||||
#PICTURES=Documents/Pictures
|
||||
#VIDEOS=Documents/Videos
|
||||
Reference in New Issue
Block a user