summaryrefslogtreecommitdiff
path: root/.config/login.d
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2015-02-16 11:52:42 -0500
committerLuke Shumaker <shumakl@purdue.edu>2015-02-16 11:52:42 -0500
commit739fa0ff2b7b0581b2d294f8de8b9e79234ed66c (patch)
tree654bda35871bf30bdedc7b8e252c474f2c0f143e /.config/login.d
parent7a2dd3a7e3f465141c90abedcb814f9ee9712edd (diff)
Fix merge issues
Diffstat (limited to '.config/login.d')
-rw-r--r--.config/login.d/90_dot-runtime.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/login.d/90_dot-runtime.sh b/.config/login.d/90_dot-runtime.sh
index fb7ecd6..d06568f 100644
--- a/.config/login.d/90_dot-runtime.sh
+++ b/.config/login.d/90_dot-runtime.sh
@@ -1,2 +1,4 @@
+# This is really only needed for ssh ControlPath; as I don't have a
+# way to communicate XDG_RUNTIME_DIR to it otherwise.
mkdir -p -- ~/.runtime
ln -sfT -- "$XDG_RUNTIME_DIR" ~/.runtime/"$HOSTNAME"