blob: a661937137229a948836a1f65dce2fa2001e1113 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
source ./env
#Xwayland :1 -fullscreen -geometry 800x600 &
#cd data && DISPLAY=:1 wine 'Lamento -BEYOND THE VOID-.exe'
cd data && "$GAMESCOPE" -W 800 -H 600 -- \
wine 'Lamento -BEYOND THE VOID-.exe'
|