From b780c946dc5d61cd00988a62aa281155ffb89363 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 11 Jun 2015 09:05:31 -0600 Subject: fix XDG_RUNTIME_DIR management --- .config/login.d/90_dot-runtime.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/login.d/90_dot-runtime.sh (limited to '.config/login.d/90_dot-runtime.sh') diff --git a/.config/login.d/90_dot-runtime.sh b/.config/login.d/90_dot-runtime.sh new file mode 100644 index 0000000..d06568f --- /dev/null +++ b/.config/login.d/90_dot-runtime.sh @@ -0,0 +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" -- cgit v1.2.3-2-g168b