Penguin
Blame: sawfish-client(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of sawfish-client(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SAWFISH-CLIENT
2 !!!SAWFISH-CLIENT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 sawfish-client - Evaluate arbitrary Lisp forms with sawfish.
14 !!SYNOPSIS
15
16
17 __sawfish-client__ [[ __--display__ ''X'' ] [[
18 __-q__ ] [[ __-f__ ''FUNCTION'' ] [[ __-c__
19 ''COMMAND'' ] [[ __-r__ ''FEATURE'' ] [[ __-e__
20 ''FORM'' ] [[ __-__ ] [[ __--__ ]
21 !!DESCRIPTION
22
23
24 This allows you to connect to a window manager process and
25 evaluate arbitrary Lisp forms.
26 !!OPTIONS
27
28
29 __--display__
30
31
32 Connect to the window manager on display X
33
34
35 __-q__
36
37
38 Be quiet (perform commands asynchronously)
39
40
41 __-f FUNCTION__
42
43
44 Call Lisp function ''FUNCTION'' on the
45 server
46
47
48 __-c COMMAND__
49
50
51 Call the interactive Lisp function
52 ''COMMAND''
53
54
55 __-r FEATURE__
56
57
58 Require the module called ''FEATURE''
59
60
61 __-e FORM__
62
63
64 Evaluate Lisp form ''FORM'' on the server
65
66
67 __-__
68
69
70 Read lines of input until ''EOF'', evaluating each one as
71 it is read
72
73
74 __--__
75
76
77 Read forms from standard input until ''EOF'', evaluating
78 the whole lot in one go (inside a progn)
79 !!SEE ALSO
80
81
82 Sawfish are documented fully by ''John Harper'' available
83 via the __Info__ system .
84 !!AUTHOR
85
86
87 This manual page was written by Christian Marillat
88 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.