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”.

  • jcr@jlai.lu
    link
    fedilink
    Français
    arrow-up
    3
    ·
    8 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 !