# About this project The current project is a fork of https://code.it-zukunft-schule.de/cgit/surf-display in order to make it compatible with OpenBSD and experiment with kiosks. surf-display is meant to be run as a session manager (run it from `~/.xsession`) and prevent the user to do anything except using `surf` browser. # Installation 1. `git clone https://tildegit.org/solene/surf-display-openbsd` 2. edit `~/.xsession` and add `~/surf-display-openbsd/bin/surf-display` # Configuration Create `/etc/surf-display` like in this example: ``` DEFAULT_WWW_URI=https://www.openbsd.org/ ``` More configuration are available and explained in the documentation generated in the Makefile. They are currently not really up to date with this fork but should work.