diff options
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/dwm.1 b/dwm.1 index a411978..96dd8d3 100644 --- a/dwm.1 +++ b/dwm.1 @@ -33,7 +33,7 @@ prints version information to standard output, then exits. .SH USAGE .TP .B Mod1-Return -Zoom +Zoom current .B window to the .B master @@ -92,12 +92,19 @@ to current .B window. .TP .B Mod1-Button1 -Moves current +Move current .B window while dragging. .TP +.B Mod1-Button2 +Zoom current +.B window +to the +.B master +column. +.TP .B Mod1-Button3 -Resizes current +Resize current .B window while dragging. .SH CUSTOMIZATION |