From 38138a8b7ae664e4f50e34e81c05e3e57d18d816 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Thu, 14 Mar 2024 21:13:36 +0100 Subject: [PATCH] This causes more issues, remove that --- osuboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osuboot.sh b/osuboot.sh index e27feae..b1664b5 100755 --- a/osuboot.sh +++ b/osuboot.sh @@ -50,7 +50,7 @@ function runGame(){ return fi echo "Launching osu!lazer" - env "SDL_VIDEODRIVER=wayland" "$HOME"/.cache/osu.AppImage &> /tmp/osuboot/osu.proclog + "$HOME"/.cache/osu.AppImage &> /tmp/osuboot/osu.proclog } function notice(){ if [ "$1" == "startup" ]; then