about summary refs log tree commit diff stats
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-12 13:04:29 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-12 13:04:29 +0100
commit9685e7dbc2de829eba6fc6397a9ece11173e6c28 (patch)
tree9d1ba61c3439e9c4b2172125746aa9046d624d78 /dwm.1
parent37f39afb8e798b848c60664a29097264845d5eef (diff)
downloaddwm-9685e7dbc2de829eba6fc6397a9ece11173e6c28.tar.gz
fixed a bug
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.12
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.1 b/dwm.1
index b23b871..ce447af 100644
--- a/dwm.1
+++ b/dwm.1
@@ -101,7 +101,7 @@ Close focused window.
 Toggle between tiling and floating mode (affects all windows).
 .TP
 .B Mod1-Shift-space
-Toggle focused window between floating and non-floating state.
+Toggle focused window between floating and non-floating state (floating mode only).
 .TP
 .B Mod1-[1..n]
 View all windows with
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 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194