It would be a default on almost every distro that follows XDG specifications to have stuff like Downloads, Pictures, Videos in the $HOME folder. One of the first things I do as part of an installation is to modify ~/.config/user-dirs.dirs and set a specific folder, say /data/downloads or ~/downloads, for every XDG base directory.
jonne@infosec.pub 1 year ago
It’s a default on some distros, unfortunately.
BeanCounter@sh.itjust.works 1 year ago
Doesn’t Ubuntu do this? I use Ubuntu inside WSL and it bugged me so fucking much
ayushnix@lemmy.sdf.org 1 year ago
It would be a default on almost every distro that follows XDG specifications to have stuff like Downloads, Pictures, Videos in the
$HOME
folder. One of the first things I do as part of an installation is to modify~/.config/user-dirs.dirs
and set a specific folder, say/data/downloads
or~/downloads
, for every XDG base directory.