-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathxwm.1
85 lines (85 loc) · 1.51 KB
/
xwm.1
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
.\"Manpage for xwm.
.TH XWM 1 "NOVEMBER 2020" Linux "User Manuals"
.SH NAME
xwm \- a tiny XCB floating window manager
.SH SYNOPSIS
.B xwm [-v]
.SH DESCRIPTION
.B xwm
is a tiny floating window manager implemented using
the XCB protocol. Other than
.BR xcb-util-keysyms (1),
xwm relies on third-party tools, which can be
configured or expanded to meet the user's preference.
The default configuration provides support and
command aliases for the
.BR surf (1)
web browser,
.BR st (1)
terminal emulator and
.BR dmenu (1)
application launcher.
.SH OPTIONS
.IP -v
Prints the current xwm version.
.SH DEFAULT KEY BINDINGS
.B xwm
may be controlled from an attached client using a key
combination of a prefix key, the 'Super' (Win) key by
default, followed by a command key.
.PP
The default command key bindings are:
.TS
tab(;);
lb l l.
_
Super;MouseButton1;T{
Raise focused window to top of stack.
T}
_
Super;MouseButton3;T{
Raise focused window to top of stack.
T}
_
Super-MouseButton1;[drag];T{
Interactive window move.
T}
_
Super-MouseButton3;[drag];T{
Interactive window resize.
T}
_
Super;Space;T{
Run launcher menu (default: dmenu_run).
T}
_
Super;Enter;T{
Create new terminal window (default: st).
T}
_
Super;b;T{
Create new browser window (default: surf).
T}
_
Super;f;T{
Full-screen focused window.
T}
_
Super;q;T{
Kill focused window.
T}
_
Super-Shift;q;T{
Quite window manager.
T}
_
.TE
.SH BUGS
No known bugs.
.SH AUTHOR
Michael Czigler <michaelczigler[at]mcpcpc[dot]com>
.SH "SEE ALSO"
.BR libxcb (1),
.BR st (1),
.BR surf (1),
.BR dmenu (1)