From 33662480e92847a7505d36b45b89cf6d06a4c12e Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Wed, 7 Dec 2022 12:50:48 +0100 Subject: [PATCH] Potential fix for Sway (closes #433) --- res/wsetup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/wsetup.sh b/res/wsetup.sh index 42be624..d4af572 100755 --- a/res/wsetup.sh +++ b/res/wsetup.sh @@ -51,4 +51,6 @@ case $SHELL in ;; esac +# See https://github.com/fairyglade/ly/issues/433#issuecomment-1245306438 +export XDG_RUNTIME_DIR="/run/user/$UID" exec $@