1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11-wm/pager/pkg-message
Oliver Braun 7c32e23e47 Add pager 0.4a, a pager for sawfish without GNOME.
PR:		45517
Submitted by:	Michael Ebert <ebert@informatik.unibw-muenchen.de>
2002-11-20 09:41:05 +00:00

9 lines
393 B
Plaintext

********************************************************************************
To start the pager at the startup of sawfish add the following to
your sawfish resource file (e.g. ~/.sawfishrc):
(require 'sawfish.wm.ext.pager)
(setq pager-executable "pager")
(add-hook 'after-initialization-hook pager t)
********************************************************************************