11 lines
292 B
Bash
11 lines
292 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
Xvfb :10 -screen 0 1000x1000x24 -ac &
|
||
|
export DISPLAY=:10.0
|
||
|
x11vnc -display :10 -rfbport 5900 -rfbportv6 -1 -no6 -noipv6 -httpportv6 -1 -forever -desktop StardewValley -cursor arrow -shared -passwd 23eris42 &
|
||
|
sleep 10
|
||
|
i3 &
|
||
|
|
||
|
TERM=xterm
|
||
|
/data/Stardew/Stardew\ Valley/StardewValley
|