]> Pileus Git - wmpus/blob - wmpus.1
Add floating layer
[wmpus] / wmpus.1
1 .TH WMPUS 1 "October 2011" wmpus
2 .SH NAME
3 wmpus \- cross platform window manager
4 .SH SYNOPSIS
5 .B wmpus
6 .SH DESCRIPTION
7 wmpus is portable window manager. Currently it supports wmii like window
8 management and includes x11 and win32 backends.
9 .SH OPTIONS
10 .TP
11 There are no options
12 .SH WMII WINDOW MANAGEMENT
13 The wmii window management mode mimics the behavior of the \fBwmii\fR(1) window
14 manager. By default, the \fBalt\-\fR prefix is used for most window management
15 commands and is used along with the h, j, k, and l keys to focused different
16 windows.
17 .P
18 The \fBalt\-shift\-\fR prefix is used for moving windows and works similar to
19 changing the focus. The mouse is used for resizing windows and also for
20 changing focus.
21 .SS Changing focus
22 .TP
23 .B Alt\-j
24 Focus window \fIbelow\fR the currently focused window
25 .TP
26 .B Alt\-k
27 Focus window \fIabove\fR the currently focused window
28 .TP
29 .B Alt\-h
30 Focus column to the \fIleft\fR of the currently focused column
31 .TP
32 .B Alt\-l
33 Focus column to the \fIright\fR of the currently focused column
34 .SS Moving windows around
35 .TP
36 .B Alt\-Shift\-j
37 Move the currently focused window \fIdown\fR
38 .TP
39 .B Alt\-Shift\-k
40 Move the currently focused window \fIup\fR
41 .TP
42 .B Alt\-Shift\-h
43 Move the currently focused window to the \fIleft\fR
44 .TP
45 .B Alt\-Shift\-l
46 Move the currently focused window to the \fIright\fR
47 .SS Column modes
48 .TP
49 .B Alt\-d
50 Switch the current column to \fIsplit\fR mode
51 .TP
52 .B Alt\-s
53 Switch the current to \fIstack\fR mode
54 .TP
55 .B Alt\-m
56 Switch the current to \fImaximized\fR mode
57 .SS Tag commands
58 .TP
59 .B Alt\-[0..n]
60 Switch to tag n
61 .TP
62 .B Alt\-Shift\-[0..n]
63 Move the currently focused window to tag n
64 .SS Mouse commands
65 .TP
66 .B Pointer
67 Moving the mouse over a window focuses that window.
68 .TP
69 .B Alt-Button3
70 Click and drag resizes the window under the cursor.
71 .SH X11 BACKEND
72 The X11 backend draws a small 2px border around each window. The border for the
73 currently focused window is set to a lighter color than the rest.
74 .SH WIN32 BACKEND
75 The Win32 backend uses the existing window borders and title bars. It also
76 leaves a narrow space between the windows so that they look more natural in a
77 Windows environment.
78 .SH CUSTOMIZATION
79 The backend and window management modes can be changed by linking in the
80 correct object file.
81 .P
82 Some settings can be changed at compiling time using the C Preprocessor's -D
83 directive.
84 .TP
85 \fBBORDER\fR=\fIN\fR
86 Set the border width for wm-x11 to N pixels. Default 2
87 .TP
88 \fBMODKEY\fR=\fIkey\fR
89 Modifier used for window management commands, can be either \fIalt\fR,
90 \fIctrl\fR, \fIshift\fR, or \fIwin\fR. Default alt
91 .TP
92 \fBMARGIN\fR=\fIN\fR
93 Margin in pixels between windows for wm-wmii. X11 default 0, Win32 default 15
94 .TP
95 \fBSTACK\fR=\fIN\fR
96 Height in pixels for non-focused windows when the column is set to stack mode.
97 .SH SEE ALSO
98 .BR wmii (1),
99 .BR dwm (1),
100 .BR dzen (1)
101 .SH BUGS
102 Many