diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | impressive-display/man/impressive-display.1 | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9fff546..2b1470d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ impressive-display (0.2.1) UNRELEASED; urgency=medium + Modifications of LONG_DESCRIPTION. * debian/impressive-display.default: + Rework comments. + * Improve man page. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 29 Mar 2016 20:14:17 +0200 diff --git a/impressive-display/man/impressive-display.1 b/impressive-display/man/impressive-display.1 index 529a08f..f250431 100644 --- a/impressive-display/man/impressive-display.1 +++ b/impressive-display/man/impressive-display.1 @@ -17,9 +17,14 @@ impressive-display \- Fullscreen PDF Display Session Manager .SH DESCRIPTION \fBimpressive-display\fR is a wrapper around impressive. It can turn a system into a PDF based display terminal. .PP +\fBimpressive-display\fR registers itself as an x-session-manager alternative +and provides a very minimal X11 session, launching the +matchbox-window-manager, pulseaudio (if requested) and unclutter (if +requested) before starting the fullscreen PDF presentation. +.PP .SH OPTIONS -\fBimpressive-display\fR passes all given options to impressive. If no options are given, options -are taken from /etc/default/impressive-display. +\fBimpressive-display\fR ignores all given command line options. The Impressive PDF Display can be configured +system-wide via /etc/default/impressive-display. Overrides can be configured on a per-user basis via $HOME/.impressive-display-rc .PP .SH SEE ALSO /etc/default/impressive-display |