]> git.lizzy.rs Git - bspwm.git/commitdiff
Mention pointer_action<n> where it makes sense
authorBastien Dejean <nihilhill@gmail.com>
Sun, 10 Apr 2016 20:24:25 +0000 (22:24 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Sun, 10 Apr 2016 20:24:25 +0000 (22:24 +0200)
doc/bspwm.1
doc/bspwm.1.asciidoc

index 4c55a514f71b6c41ca00ca1b9e82995ab3d61021..c894fde53edf3c11ee8ab992a9d3fae35596e291 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: bspwm
 .\"    Author: [see the "Author" section]
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 04/07/2016
+.\"      Date: 04/10/2016
 .\"    Manual: Bspwm Manual
-.\"    Source: Bspwm 0.9.1-11-ge1b5f77
+.\"    Source: Bspwm 0.9.1-16-gc6c52e2
 .\"  Language: English
 .\"
-.TH "BSPWM" "1" "04/07/2016" "Bspwm 0\&.9\&.1\-11\-ge1b5f77" "Bspwm Manual"
+.TH "BSPWM" "1" "04/10/2016" "Bspwm 0\&.9\&.1\-16\-gc6c52e2" "Bspwm Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -1060,7 +1060,10 @@ Keyboard modifier used for moving or resizing windows\&. Accept the following va
 .PP
 \fIpointer_action1\fR, \fIpointer_action2\fR, \fIpointer_action3\fR
 .RS 4
-Action performed when pressing mouse buttons 1,2 & 3\&. Accept the following values:
+Action performed when pressing
+\fIpointer_modifier\fR
++
+\fIbutton<n>\fR\&. Accept the following values:
 \fBmove\fR,
 \fBresize_side\fR,
 \fBresize_corner\fR,
@@ -1158,6 +1161,8 @@ Resize the window under the pointer by dragging the nearest side\&.
 .RS 4
 Resize the window under the pointer by dragging the nearest corner\&.
 .RE
+.sp
+The behavior of \fIpointer_modifier\fR + \fIbutton<n>\fR can be modified through the \fIpointer_action<n>\fR setting\&.
 .SH "EVENTS"
 .PP
 \fIreport\fR
index 3087d67b8ae6e27658de2b7b1fcd55a5a46f81fe..855248528a10a1a3b6bf6b6f67adecd50363cd95 100644 (file)
@@ -613,8 +613,10 @@ Global Settings
 'pointer_modifier'::
        Keyboard modifier used for moving or resizing windows. Accept the following values: *shift*, *control*, *lock*, *mod1*, *mod2*, *mod3*, *mod4*, *mod5*.
 
-'pointer_action1', 'pointer_action2', 'pointer_action3'::
-       Action performed when pressing mouse buttons 1,2 & 3. Accept the following values: *move*, *resize_side*, *resize_corner*, *focus*.
+'pointer_action1'::
+'pointer_action2'::
+'pointer_action3'::
+       Action performed when pressing 'pointer_modifier' + 'button<n>'. Accept the following values: *move*, *resize_side*, *resize_corner*, *focus*.
 
 'click_to_focus'::
        Focus a window (or a monitor) by clicking it.
@@ -682,6 +684,8 @@ Pointer Bindings
 'pointer_modifier' + 'button3'::
        Resize the window under the pointer by dragging the nearest corner.
 
+The behavior of 'pointer_modifier' + 'button<n>' can be modified through the 'pointer_action<n>' setting.
+
 Events
 ------