Added inital modification for Kiosk version

This commit is contained in:
2022-09-14 17:00:04 +02:00
parent d19b2f3c1b
commit bd1b77c19e
21 changed files with 116 additions and 80 deletions

View File

@@ -0,0 +1,12 @@
#Disable dpms to prevent screen from blanking
xset -dpms; xset s off
#Configure displays (man xrandr for more options)
xrandr --output DP1 --prefered
xrandr --output HDMI1 --prefered
#Start matchbox wm (man matchbox-window-manager for more options)
exec matchbox-window-manager -use_titlebar no -use_cursor no &
#Open browser
exec chromium --kiosk --no-first-run --disable --disable-infobars --disable-suggestions-service --app="https://wm.ictmaatwerk.com/test"