1
Fork 0
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:
Bastiaan van der Plaat 2024-01-29 19:19:31 +01:00 committed by Jelle Raaijmakers
parent c8dc77a552
commit 5a8e82e6ea
3 changed files with 12 additions and 2 deletions

View file

@ -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" }
]