1sawfish-client(1) General Commands Manual sawfish-client(1)
2
3
4
6 sawfish-client — Evaluate arbitrary Lisp forms with sawfish.
7
9 sawfish-client [ --display X ] [ -q ] [ -f FUNCTION ] [ -c COMMAND ]
10 [ -r FEATURE ] [ -e FORM ] [ - ] [ -- ]
11
13 This allows you to connect to a window manager process and evaluate
14 arbitrary Lisp forms.
15
17 --display Connect to the window manager on display X
18
19 -q Be quiet (perform commands asynchronously)
20
21 -f FUNCTION
22 Call Lisp function FUNCTION on the server
23
24 -c COMMAND
25 Call the interactive Lisp function COMMAND
26
27 -r FEATURE
28 Require the module called FEATURE
29
30 -e FORM
31 Evaluate Lisp form FORM on the server
32
33 - Read lines of input until EOF, evaluating each one as it is
34 read
35
36 -- Read forms from standard input until EOF, evaluating the
37 whole lot in one go (inside a progn)
38
39 --help Prints help.
40
42 Sawfish are documented fully by John Harper available via the
43 Info system .
44
46 This manual page was written by Christian Marillat marillat@debian.org
47 for the Debian GNU/Linux system (but may be used by others).
48
49
50
51 sawfish-client(1)