9 lines
216 B
Bash
Executable file
9 lines
216 B
Bash
Executable file
#!/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'
|