OpenTabletDriver + Wayland fix
This commit is contained in:
parent
7266d65dfb
commit
a67654bfa8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function runGame(){
|
|||
return
|
||||
fi
|
||||
echo "Launching osu!lazer"
|
||||
"$HOME"/.cache/osu.AppImage &> /tmp/osuboot/osu.proclog
|
||||
env "SDL_VIDEODRIVER=wayland" "$HOME"/.cache/osu.AppImage &> /tmp/osuboot/osu.proclog
|
||||
}
|
||||
function notice(){
|
||||
if [ "$1" == "startup" ]; then
|
||||
|
|
Loading…
Reference in a new issue