xdg custom and default
This commit is contained in:
parent
b835eca84a
commit
c6f2d0e14b
25
xdg/custom_user-dirs
Normal file
25
xdg/custom_user-dirs
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# 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=gui
|
||||||
|
DOWNLOAD=dl
|
||||||
|
TEMPLATES=eg
|
||||||
|
MARKDOWN=md
|
||||||
|
PUBLICSHARE=pub
|
||||||
|
DOCUMENTS=media/docs
|
||||||
|
MUSIC=media/music
|
||||||
|
PICTURES=media/pics
|
||||||
|
VIDEOS=media/vids
|
||||||
|
PDF=media/pdf
|
||||||
|
CAD=cad
|
||||||
|
REPO=repo
|
||||||
|
SCRIPTS=sh
|
||||||
|
VIRTUALMACHINES=vm
|
||||||
|
|
||||||
|
|
||||||
|
# Another alternative is:
|
||||||
|
#MUSIC=Documents/Music
|
||||||
|
#PICTURES=Documents/Pictures
|
||||||
|
#VIDEOS=Documents/Videos
|
16
xdg/user-dirs.defaults
Normal file
16
xdg/user-dirs.defaults
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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
|
||||||
|
TEMPLATES=Templates
|
||||||
|
PUBLICSHARE=Public
|
||||||
|
DOCUMENTS=Documents
|
||||||
|
MUSIC=Music
|
||||||
|
PICTURES=Pictures
|
||||||
|
VIDEOS=Videos
|
||||||
|
# Another alternative is:
|
||||||
|
#MUSIC=Documents/Music
|
||||||
|
#PICTURES=Documents/Pictures
|
||||||
|
#VIDEOS=Documents/Videos
|
Loading…
Reference in New Issue
Block a user