mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:28:13 +00:00
Base: Create user default Music and Pictures directories
This commit is contained in:
parent
c8dc77a552
commit
5a8e82e6ea
3 changed files with 12 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
[
|
||||
{ "name": "Root", "path": "/" },
|
||||
{ "name": "Home", "path": "/home/anon" },
|
||||
{ "name": "Documents", "path": "/home/anon/Documents" },
|
||||
{ "name": "Desktop", "path": "/home/anon/Desktop" },
|
||||
{ "name": "Downloads", "path": "/home/anon/Downloads" }
|
||||
{ "name": "Documents", "path": "/home/anon/Documents" },
|
||||
{ "name": "Downloads", "path": "/home/anon/Downloads" },
|
||||
{ "name": "Music", "path": "/home/anon/Music" },
|
||||
{ "name": "Pictures", "path": "/home/anon/Pictures" },
|
||||
{ "name": "Videos", "path": "/home/anon/Videos" }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue