summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2014-05-02 14:07:26 -0400
committerbnewbold <bnewbold@robocracy.org>2014-05-05 21:42:54 -0400
commitdc2c2884d0327f02f55ebcb0547edd596328a87b (patch)
tree1be3b1192587880390d91888a83931e1b4db58c7
parent03f1e3930f5f88e77f7513e8e2f3d0adb2d63b46 (diff)
downloadopenwrt-repro-dc2c2884d0327f02f55ebcb0547edd596328a87b.tar.gz
openwrt-repro-dc2c2884d0327f02f55ebcb0547edd596328a87b.zip
prevent ~/desktop folder from being recreated
-rw-r--r--.config/user-dirs.dirs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs
index 1974527..7581681 100644
--- a/.config/user-dirs.dirs
+++ b/.config/user-dirs.dirs
@@ -5,7 +5,7 @@
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
-XDG_DESKTOP_DIR="$HOME/desktop"
+XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/tmp"
XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"