10 lines
216 B
Text
10 lines
216 B
Text
|
#!/bin/sh
|
||
|
|
||
|
source ./env
|
||
|
|
||
|
#Xwayland :1 -fullscreen -geometry 800x600 &
|
||
|
#cd data && DISPLAY=:1 wine 'Lamento -BEYOND THE VOID-.exe'
|
||
|
|
||
|
cd data && gamescope-legacy -W 800 -H 600 -- \
|
||
|
wine 'Lamento -BEYOND THE VOID-.exe'
|