Xinqi Bao's Git
projects
/
dwm.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
prep 0.1
[dwm.git]
/
dwm.1
1
.TH DWM 1 dwm-0.1
2
.SH NAME
3
dwm \- dynamic window manager
4
.SH SYNOPSIS
5
.B dwm
6
.RB [ \-v ]
7
.SH DESCRIPTION
8
.SS Overview
9
.B dwm
10
is a dynamic window manager for X11.
11
.SS Options
12
.TP
13
.B \-v
14
prints version information to stdout, then exits.
15
.SS Status text
16
.B dwm
17
reads from stdin to display status text if provided.
18
.SS Default Key Bindings
19
.TP 16
20
.I Key
21
.I Action
22
.TP
23
.B Mod1-Return
24
Zoom
25
.B window
26
to the
27
.B master
28
track
29
.TP
30
.B Mod1-k
31
Focus previous
32
.B window
33
.TP
34
.B Mod1-j
35
Focus next
36
.B window
37
.TP
38
.B Mod1-m
39
Maximize current
40
.B window
41
.TP
42
.B Mod1-[0..n]
43
Focus
44
.B nth
45
tag
46
.TP
47
.B Mod1-space
48
(Re-)arrange
49
.B all
50
windows tiled
51
.TP
52
.B Mod1-Shift-space
53
(Re-)arrange
54
.B all
55
windows floating
56
.TP
57
.B Mod1-Shift-[0..n]
58
Apply
59
.B nth
60
tag to current
61
.B window
62
.TP
63
.B Mod1-Shift-q
64
Quit
65
.B dwm
66
.TP
67
.B Mod1-Shift-Return
68
Start
69
.B terminal
70
.TP
71
.B Mod1-Shift-w
72
Start
73
.B web browser
74
.TP
75
.B Mod1-Shift-l
76
Lock
77
.B screen
78
.TP
79
.B Control-[0..n]
80
Append
81
.B nth
82
tag to cureent
83
.B window
84
.SS Default Mouse Bindings
85
.TP
86
.B Mod1-Button1
87
Moves current
88
.B window
89
while dragging
90
.TP
91
.B Mod1-Button2
92
Lowers current
93
.B window
94
.TP
95
.B Mod1-Button3
96
Resizes current
97
.B window
98
while dragging