README: add explanations

This commit is contained in:
Solene Rapenne 2022-10-11 13:44:00 +02:00
parent 09798d638d
commit e1150ace98
1 changed files with 10 additions and 0 deletions

View File

@ -8,3 +8,13 @@ surf-display is meant to be run as a session manager (run it from `~/.xsession`)
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.