7c32e23e47
PR: 45517 Submitted by: Michael Ebert <ebert@informatik.unibw-muenchen.de>
8 lines
393 B
Text
8 lines
393 B
Text
********************************************************************************
|
|
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)
|
|
********************************************************************************
|