How do I remove items from the Places section of the Files sidebar? [duplicate]
The answer to this question is covered here.
You need to change the variables in .config/user-dirs.dirs
to point to $HOME
like this:
XDG_VIDEOS_DIR="$HOME"
The answer to this question is covered here.
You need to change the variables in .config/user-dirs.dirs
to point to $HOME
like this:
XDG_VIDEOS_DIR="$HOME"