this post was submitted on 28 Apr 2026
295 points (99.3% liked)

Linux

13472 readers
637 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

If you are using a rolling release distro like Arch, you might have noticed that your home directory now has a new member, a new folder called "Projects".

For as long as I remember, Linux has always had a set of default folders under the home directory. Usually they are Documents, Music, Pictures, Videos and Downloads. Templates, Desktop and Public folders are also there.

Now we have a new addition in the form of "Projects".

you are viewing a single comment's thread
view the rest of the comments
[–] jcr@jlai.lu 4 points 21 hours ago* (last edited 21 hours ago)

Even if I am against this kind of "defaults", today I learned how you customize this for any folder in the home directory !

For linux based system, you do like told in https://www.freedesktop.org/wiki/Software/xdg-user-dirs/

~/.config/user-dirs.dirs specifies the current set of directories for the user. This file can also be modified by users (manually or via applications) to change the directories used. Note: To disable a directory, point it to the homedir. If you delete it it will be recreated on the next login.

So at last I disabled Music, Templates, Pictures and Videos . Cleaner Home !