Penguin
Annotated edit history of sawfish(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SAWFISH
2 !!!SAWFISH
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 sawfish - Sawfish window manager.
14 !!SYNOPSIS
15
16
17 __sawfish__ [[ __--display__ ''[[=DPY]'' ] [[
18 __--multihead__ ] [[ __--visual__ ''[[=VISUAL]'' ] [[
19 __--depth__ ''[[=DEPTH]'' ] [[ __--disable-nls__ ] [[
20 __FILE__ ] [[ __--batch__ ] [[ __--interp__ ] [[
21 __-f, --call__ ''FUNCTION'' ] [[ __-l, --load__
22 ''FILE'' ] [[ __--version__ ] [[ __--no-rc__ ] [[
23 __-q, --quit__ ]
24 !!DESCRIPTION
25
26
27 Sawfish is a lisp-extensible window manager for X11. Its aim
28 is to allow all areas of window management (decoration,
29 manipulation) to be customized as far as is possible, yet
30 still remain as fast or faster than existing window
31 managers.
32 !!OPTIONS
33
34
35 __--display=__''DPY''
36
37
38 Connect to X display ''DPY''.
39
40
41 __--multihead__
42
43
44 Fork a copy of sawfish for each screen.
45
46
47 __--visual=__''VISUAL''
48
49
50 Preferred ''VISUAL'' type.
51
52
53 __--depth=__''DEPTH''
54
55
56 Preferred color ''DEPTH''.
57
58
59 __--disable-nls__
60
61
62 Disable internationalization of messages.
63
64
65 __FILE__
66
67
68 Load the Lisp file ''FILE'' (from the cwd if possible,
69 implies ''--batch'' mode).
70
71
72 __--batch__
73
74
75 Batch mode: process options and exit.
76
77
78 __--interp__
79
80
81 Interpreted mode: don't load compiled Lisp
82 files.
83
84
85 __-f, --call FUNCTION__
86
87
88 Call Lisp function ''FUNCTION''.
89
90
91 __-l, --load FILE__
92
93
94 Load the file of Lisp forms called
95 ''FUNCTION''.
96
97
98 __--version__
99
100
101 Print version details.
102
103
104 __--no-rc__
105
106
107 Don't load rc or site-init files.
108
109
110 __-q, --quit-__
111
112
113 Terminate the interpreter process.
114 !!SEE ALSO
115
116
117 Sawfish are documented fully by ''John Harper'' available
118 via the __Info__ system.
119 !!AUTHOR
120
121
122 This manual page was written by Christian Marillat
123 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.