Sawfish-client evaluate arbitrary lisp forms with sawfish.
sawfish-client [ --display X ] [ -q ] [ -f FUNCTION ] [ -c COMMAND ] [ -r FEATURE ] [ -e FORM ] [ - ] [ -- ]
This allows you to connect to a window manager process and evaluate arbitrary Lisp forms.
Connect to the window manager on display X
Be quiet (perform commands asynchronously)
Call Lisp function FUNCTION on the server
Call the interactive Lisp function COMMAND
Require the module called FEATURE
Evaluate Lisp form FORM on the server
Read lines of input until EOF, evaluating each one as it is read
Read forms from standard input until EOF, evaluating the whole lot in one go (inside a progn)
Sawfish are documented fully by John Harper available via the Info system .
This manual page was written by Christian Marillat [email protected] for the Debian GNU/Linux system (but may be used by others).