Escape -s in dwm.1 ee8fb0c6
Anselm R. Garbe · 2007-02-26 10:47 2 file(s) · +26 −26
config.mk +1 −1
1 1
# dwm version
2 -
VERSION = 3.7
2 +
VERSION = 3.8
3 3
4 4
# Customize below to fit your system
5 5
dwm.1 +25 −25
1 -
.TH DWM 1 dwm-VERSION
1 +
.TH DWM 1 dwm\-VERSION
2 2
.SH NAME
3 3
dwm \- dynamic window manager
4 4
.SH SYNOPSIS
45 45
.B Button3
46 46
click on a tag label adds/removes all windows with that tag to/from the view.
47 47
.TP
48 -
.B Mod1-Button1
48 +
.B Mod1\-Button1
49 49
click on a tag label applies that tag to the focused window.
50 50
.TP
51 -
.B Mod1-Button3
51 +
.B Mod1\-Button3
52 52
click on a tag label adds/removes that tag to/from the focused window.
53 53
.SS Keyboard commands
54 54
.TP
55 -
.B Mod1-Shift-Return
55 +
.B Mod1\-Shift\-Return
56 56
Start
57 57
.BR xterm.
58 58
.TP
59 -
.B Mod1-Return
59 +
.B Mod1\-Return
60 60
Zooms/cycles current window to/from master area (tiled layout only).
61 61
.TP
62 -
.B Mod1-j
62 +
.B Mod1\-j
63 63
Focus next window.
64 64
.TP
65 -
.B Mod1-k
65 +
.B Mod1\-k
66 66
Focus previous window.
67 67
.TP
68 -
.B Mod1-Shift-j
68 +
.B Mod1\-Shift\-j
69 69
Increase the number of windows in the master area (tiled layout only).
70 70
.TP
71 -
.B Mod1-Shift-k
71 +
.B Mod1\-Shift\-k
72 72
Decrease the number of windows in the master area (tiled layout only).
73 73
.TP
74 -
.B Mod1-l
74 +
.B Mod1\-l
75 75
Increase master area width (tiled layout only).
76 76
.TP
77 -
.B Mod1-h
77 +
.B Mod1\-h
78 78
Decrease master area width (tiled layout only).
79 79
.TP
80 -
.B Mod1-m
80 +
.B Mod1\-m
81 81
Toggles maximization of current window (floating layout only).
82 82
.TP
83 -
.B Mod1-Shift-[1..n]
83 +
.B Mod1\-Shift\-[1..n]
84 84
Apply
85 85
.RB nth
86 86
tag to current window.
87 87
.TP
88 -
.B Mod1-Shift-0
88 +
.B Mod1\-Shift\-0
89 89
Apply all tags to current window.
90 90
.TP
91 -
.B Mod1-Control-Shift-[1..n]
91 +
.B Mod1\-Control\-Shift\-[1..n]
92 92
Add/remove
93 93
.B nth
94 94
tag to/from current window.
95 95
.TP
96 -
.B Mod1-Shift-c
96 +
.B Mod1\-Shift\-c
97 97
Close focused window.
98 98
.TP
99 -
.B Mod1-space
99 +
.B Mod1\-space
100 100
Toggle between tiled and floating layout (affects all windows).
101 101
.TP
102 -
.B Mod1-Shift-space
102 +
.B Mod1\-Shift\-space
103 103
Toggle focused window between tiled and floating state (tiled layout only).
104 104
.TP
105 -
.B Mod1-[1..n]
105 +
.B Mod1\-[1..n]
106 106
View all windows with
107 107
.BR nth
108 108
tag.
109 109
.TP
110 -
.B Mod1-0
110 +
.B Mod1\-0
111 111
View all windows with any tag.
112 112
.TP
113 -
.B Mod1-Control-[1..n]
113 +
.B Mod1\-Control\-[1..n]
114 114
Add/remove all windows with
115 115
.BR nth
116 116
tag to/from the view.
117 117
.TP
118 -
.B Mod1-Shift-q
118 +
.B Mod1\-Shift\-q
119 119
Quit dwm.
120 120
.SS Mouse commands
121 121
.TP
122 -
.B Mod1-Button1
122 +
.B Mod1\-Button1
123 123
Move current window while dragging (floating layout only).
124 124
.TP
125 -
.B Mod1-Button2
125 +
.B Mod1\-Button2
126 126
Zooms/cycles current window to/from master area (tiled layout only).
127 127
.TP
128 -
.B Mod1-Button3
128 +
.B Mod1\-Button3
129 129
Resize current window while dragging (floating layout only).
130 130
.SH CUSTOMIZATION
131 131
dwm is customized by creating a custom config.h and (re)compiling the source