Doc update: title right click resizes floating windows
Patch status: merged
Patch by Jonas Maaskola
Long description:
This documentation update describes the change implemented in 905440d6d1c6d2a872e3bbb0da4c963bedaf5708 It avoids repetitive usage of the word 'also'.
To apply this patch, use:
curl http://cr.i3wm.org/patch/410/raw.patch | git am
b/docs/userguide
16 |
@@ -166,7 +166,8 @@ hint and are opened in floating mode by default. |
17 |
You can toggle floating mode for a window by pressing +$mod+Shift+Space+. By |
18 |
dragging the window’s titlebar with your mouse you can move the window |
19 |
around. By grabbing the borders and moving them you can resize the window. You |
20 |
-can also do that by using the <<floating_modifier>>. |
21 |
+can also do that by using the <<floating_modifier>>. Another way to resize |
22 |
+floating windows using the mouse is to right-click on the titlebar and drag. |
23 |
|
24 |
For resizing floating windows with your keyboard, see <<resizingconfig>>. |
25 |
|