From 0b87d6c03074936ebffb059f0126f24794eafac6 Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Wed, 14 Jun 2023 23:19:21 +0200 Subject: [PATCH] Remove broken workaround for Sway in res/wsetup.sh --- res/wsetup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/res/wsetup.sh b/res/wsetup.sh index d4af572..68041a3 100755 --- a/res/wsetup.sh +++ b/res/wsetup.sh @@ -51,6 +51,4 @@ case $SHELL in ;; esac -# See https://github.com/fairyglade/ly/issues/433#issuecomment-1245306438 -export XDG_RUNTIME_DIR="/run/user/$UID" -exec $@ +exec "$@"