@@ -89,8 +89,8 @@ Defaults:
89
89
.Dl Adwm* Ns Cm root.button1.pressed Li : Ar spawn3
90
90
.Dl Adwm* Ns Cm root.button2.pressed Li : Ar spawn2
91
91
.Dl Adwm* Ns Cm root.button3.pressed Li : Ar spawn
92
- .Dl Adwm* Ns Cm root.button4.pressed Li : Ar nexttag
93
- .Dl Adwm* Ns Cm root.button5.pressed Li : Ar prevtag
92
+ .Dl Adwm* Ns Cm root.button4.pressed Li : Ar prevtag
93
+ .Dl Adwm* Ns Cm root.button5.pressed Li : Ar nexttag
94
94
.Ss CLIENT WINDOW
95
95
Client window locations as follows:
96
96
.Pp
@@ -336,10 +336,10 @@ Execute the
336
336
.Cm command
337
337
specified in
338
338
.Xr @PACKAGE@-config 5 .
339
- .It Cm nexttag
340
- Move to the next tag (desktop/workspace).
341
339
.It Cm prevtag
342
340
Move to the previous tag (desktop/workspace).
341
+ .It Cm nexttag
342
+ Move to the next tag (desktop/workspace).
343
343
.El
344
344
.Pp
345
345
These actions are described in more detail below:
@@ -381,20 +381,20 @@ Normally bound to mouse button #3 over the root window.
381
381
.Pp
382
382
Default:
383
383
.Dl Adwm* Ns Cm root.button3.pressed Li : Ar spawn
384
- .It Cm nexttag
385
- Move to the previous tag/view (desktop/workspace).
386
- Normally bound to mouse button #4 (scroll wheel up) over the root
387
- window.
388
- .Pp
389
- Default:
390
- .Dl Adwm* Ns Cm root.button4.pressed Li : Ar nexttag
391
384
.It Cm prevtag
392
385
Move to the next tag/view (desktop/workspace).
393
386
Normally bound to mouse button #5 (scroll wheel down) over the root
394
387
window.
395
388
.Pp
396
389
Default:
397
- .Dl Adwm* Ns Cm root.button5.pressed Li : Ar prevtag
390
+ .Dl Adwm* Ns Cm root.button4.pressed Li : Ar prevtag
391
+ .It Cm nexttag
392
+ Move to the previous tag/view (desktop/workspace).
393
+ Normally bound to mouse button #4 (scroll wheel up) over the root
394
+ window.
395
+ .Pp
396
+ Default:
397
+ .Dl Adwm* Ns Cm root.button5.pressed Li : Ar nexttag
398
398
.El
399
399
.Ss CLIENT ACTIONS
400
400
The following actions can be performed over the client window.
@@ -853,8 +853,6 @@ to move a window and which is used to resize a window. (Note that
853
853
.Xr openbox 1
854
854
window manager reverses these two bindings and are different from the
855
855
rest of the light-weight window manager field.)
856
- compatible
857
- necessary
858
856
.Sh FILES
859
857
Following are the locations of the
860
858
.Xr @PACKAGE@-buttons 5
0 commit comments