Skip to content

Instantly share code, notes, and snippets.

@jonbrennecke
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonbrennecke/0ad618911708d7213622 to your computer and use it in GitHub Desktop.
Save jonbrennecke/0ad618911708d7213622 to your computer and use it in GitHub Desktop.
Chrome as Window Manager

OS


Linux Kernel X Server openbox window manager, blank config so no other programs can be activated

auto login at boot

~/.bash_profile

#!/bin/sh

exec startx 

X11

Add openbox window manager and chromium to ~/.xinitrc

exec /usr/bin/
startx
while true
do
 exec /usr/bin/chromium-browser --kiosk --user-data-dir=/home/$(USR)
done &



test in VM - Vagrant image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment