blob: e3c0d9abd8233b7f4e50ff88e8eaf583a7a8ab0a (
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-legacy -W 800 -H 600 -- \
wine 'Lamento -BEYOND THE VOID-.exe'
|