xdg defaults
This commit is contained in:
@@ -28,7 +28,9 @@ you can use the dropdown menu to easily create files.
|
|||||||
|
|
||||||
## Todos
|
## Todos
|
||||||
|
|
||||||
|
|
||||||
* [ ] Simple Makefile
|
* [ ] Simple Makefile
|
||||||
|
* [ ] Fix Makefile
|
||||||
* [ ] Improve documentation
|
* [ ] Improve documentation
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
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
|
||||||
Reference in New Issue
Block a user