]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.profile
Merge branch 'master' of git.friedersdorff.com:max/dotfiles
[max/dotfiles.git] / bash / .profile
index ac900b6d8c78604472769b6ee13edf2dc5d42b42..f4e15bdf819470d4ccfa15c032d95cd7ee8b37a1 100644 (file)
@@ -9,6 +9,10 @@ if test -z "${XDG_RUNTIME_DIR}"; then
   fi
 fi
 
+# Make TMPDIR
+mkdir -p "/tmp/${USER}"
+chmod 770 "/tmp/${USER}"
+
 export QT_QPA_PLATFORM=wayland-egl
 
 if [ -f ~/.config/sway/config.base ]; then