Rambles of Ev
  • Home
  • About
  • Search

kiosk

A collection of 1 post
Bash

Setting Up Chromium in Kiosk mode

Terminal window: “sudo vi /usr/share/xsessions/chromeKiosk.sh”  This should bring up another vi window for you to insert the following code: #!/bin/bash xscreensaver -nosplash & cat ~/.config/chromium/Local\ State | perl -pe “s/\”bottom.*/\”bottom\”: $(xrandr | grep \* | cut -d’ ‘ -f4 | cut -d’x’ -f2),/” > ~/.config/chromium/
07 May 2012 1 min read
Page 1 of 1
Rambles of Ev © 2026
Powered by Ghost