1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 16:27:38 +00:00
serenity/Base/home/anon/.config/CommonLocations.json
2024-02-05 16:30:52 +01:00

10 lines
432 B
JSON

[
{ "name": "Root", "path": "/" },
{ "name": "Home", "path": "/home/anon" },
{ "name": "Desktop", "path": "/home/anon/Desktop" },
{ "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" }
]