Remove broken workaround for Sway in res/wsetup.sh

This commit is contained in:
AnErrupTion 2023-06-14 23:19:21 +02:00
parent 627ebe3326
commit 0b87d6c030
1 changed files with 1 additions and 3 deletions

View File

@ -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 "$@"