diff --git a/startjs.sh b/startjs.sh new file mode 100644 index 0000000..c50b04e --- /dev/null +++ b/startjs.sh @@ -0,0 +1,2 @@ +export DISPLAY=:0 +python3 /opt/spotify-gui.js/spotifycontroller.py & chromium-browser --kiosk --app="http://127.0.0.1:8888" --no-sandbox --start-fullscreen --window-size=1600,720 \ No newline at end of file