You are not logged in.
I'm using arch with i3wm, and no desktop environment.
what keeps regenerating the Desktop directory that I'm deleting over and over again
?
Last edited by er9999 (2015-11-25 10:19:57)
Offline
Usefull little thing from google. Hope it helps somewhat, I've never bothered thinking about it.
Offline
some application is creating xdg user directories.
You should be able to disable it by changing XDG_DESKTOP_DIR in ~/.config/user-dirs.dirs like this:
XDG_DESKTOP_DIR="$HOME/"Offline
some application is creating xdg user directories.
You should be able to disable it by changing XDG_DESKTOP_DIR in ~/.config/user-dirs.dirs like this:XDG_DESKTOP_DIR="$HOME/"
To learn more about XDG see: https://wiki.archlinux.org/index.php/Xd … irectories
Offline
user-dirs.dirs did the trick ![]()
thanks all.
Offline