~ubuntu-branches/ubuntu/karmic/w9wm/karmic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
.if t .ds 85 8\(12
.if n .ds 85 8-1/2
.TH w9wm 1x
.SH NAME
w9wm \- \*(85-like Window Manager for X
.SH SYNOPSIS
.B w9wm
[
.B \-grey
] [
.B \-version
] [
.B \-font
.I fname
] [
.B \-nokeys
] [
.B \-nostalgia
] [
.B \-debug
] [
.B \-pass
] [
.B \-term
.I termprog
] [
.B \-virtuals
.I n
] [
.B exit | restart
]
.SH DESCRIPTION
.I w9wm
is a window manager for X which attempts to emulate the window management
policies of Plan 9's 
.I \*(85
window manager but adds some candy stuff like virtual screens and
keyboard shortcuts.
.PP
The
.B \-grey
option makes the background light grey, as does \*(85.
Use this option for maximum authenticity.
.B \-font
.I fname
sets the font in
.IR w9wm 's
menu to
.IR fname ,
overriding the default.
.B \-nokeys
option inhibits keyboard shortcups (Ctrl+Tab and Shift+Ctrl+Tab)
.B \-nostalgia
applies some useless modifications to w9wm look & feel (windows border
and cursor appearance)
.B \-debug
triggers debug mode
.B \-pass
uses click-to-focus-passes-through-click, which means that clicking on
a nonactive window with whatever mouse button activates it and follows
click to this window
.B \-term
.I termprog
specifies an alternative program to run when the
.I New
menu item is selected.
.B \-virtuals
.I n
set the number of virtual screens used
.B \-version
prints the current version on standard error, then exits.
.PP
To make 
.I w9wm
exit, you have to run
.B "w9wm exit"
on the command line.  There is no ``exit'' menu item.
.PP
.I w9wm
is click-to-type: it has a notion of the current window,
which is usually on top, and always has its border darkened.
Characters typed at the keyboard go to the current window,
and mouse clicks outside the current window are swallowed up
by
.IR w9wm .
To make another window the current one, click on it with button 1 or
type Ctrl+Tab (this shortcut is not ``stable'', which means that I
could change it in case it would eventually be annoying).  Unlike
other X window managers, w9wm implements `mouse focus': mouse events
are sent only to the current window.
.PP
A menu of window operations is available by pressing button 3
outside the current window.
The first of these,
.IR New ,
attempts to spawn a
.I 9term
process (or
.I xterm
if
.I 9term
is not available).
The new
.I 9term
will request that its outline be swept using button 3
of the mouse, by changing the cursor.
.RI ( xterm
defaults to a fixed size, and thus wants to be dragged; pressing
button 3 places it.)
.PP
The next four menu items are
.IR Reshape ,
.IR Move ,
.IR Delete ,
and
.IR Hide .
All of the operations change the cursor into a target, prompting the user
to click button 3 on one of the windows to select it for the operation.
At this stage, clicking button 1 or 2 will abort the operation.
Otherwise, if the operation was
.IR Resize ,
the user is prompted to sweep out the new outline with button 3.
If it was
.IR Move ,
the user should keep the button held down after the initial click that selected
the window, and drag the window to the right place before releasing.
In either case, button 1 or 2 will abort the operation.
.PP
If the
.I Delete
operation is selected, the window will be deleted when the button is released.
This typically kills the client that owns the window.
The
.I Hide
operation just makes the window invisible.  While hidden, the window's
name appears on the bottom of the button 3 menu.  Selecting that item
brings the window back (unhides it).
This operation replaces the iconification feature provided by other
window managers.
.PP
A menu is provided to switch from a virtual screen to another.  This popup is triggered by using the button 2, which displays a menu looking like the previous one but with four entries, 
.IR One ,
.IR Two ,
.IR Three ,
and
.IR Four .
Selecting one of these entries will switch to another virtual screen.
.PP
There is also a menu to run programs using button 1.  Hold both
"shift" and "left ctrl" keys and press button 1.  w9wm will then
display a menu that allows you to exec programs specified in the 
.I $HOME/.w9wmrc
file.  Put each command in one line.  w9wm does not yet support args
for these commands, write a one-line shell script if you need this.q
.SH BUGS AND LIMITATIONS
Is not completely compatible with \*(85.
.PP
There is a currently a compiled-in limit of 32 hidden windows.
.PP
Also, you cannot put more than 32 commands in your
.IR .w9wmrc 
file
.SH "SEE ALSO"
.IR 9term (1),
.IR 9wm (1),
.IR 9menu (1),
.IR xterm (1).