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