Skip to content

Commit

Permalink
create an auto start script
Browse files Browse the repository at this point in the history
  • Loading branch information
kajgm committed Jun 30, 2024
1 parent 3ef8791 commit 8bfc48f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions startup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
export DISPLAY=:0
xset s off
xset -dpms
xset s noblank

nohup chromium-browser --kiosk --app=http://localhost:8080/ --start-fullscreen --incognito &

0 comments on commit 8bfc48f

Please sign in to comment.