X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=doc%2Fbspwm.1;h=068fba5ce97f008598ee151ee55ff87908fd7e3e;hb=3e7f820afe86623c758165972b7651d19903860b;hp=5946f76dcb7ff6f191c26992e04f4b9d8d212e6b;hpb=e471298d0adfb8d3bb64dbcfacb156bd3981cdb0;p=bspwm.git diff --git a/doc/bspwm.1 b/doc/bspwm.1 index 5946f76..068fba5 100644 --- a/doc/bspwm.1 +++ b/doc/bspwm.1 @@ -1,13 +1,13 @@ '\" t .\" Title: bspwm .\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 05/09/2016 +.\" Generator: DocBook XSL Stylesheets v1.79.1 +.\" Date: 01/06/2019 .\" Manual: Bspwm Manual -.\" Source: Bspwm 0.9.1-56-gbbc3406 +.\" Source: Bspwm 0.9.5-27-g2c2faeb .\" Language: English .\" -.TH "BSPWM" "1" "05/09/2016" "Bspwm 0\&.9\&.1\-56\-gbbc3406" "Bspwm Manual" +.TH "BSPWM" "1" "01/06/2019" "Bspwm 0\&.9\&.5\-27\-g2c2faeb" "Bspwm Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -73,19 +73,25 @@ CYCLE_DIR := next | prev .sp Selectors are used to select a target node, desktop, or monitor\&. A selector can either describe the target relatively or name it globally\&. .sp -Selectors consist of a descriptor and any number of non\-conflicting modifiers as follows: +Selectors consist of an optional reference, a descriptor and any number of non\-conflicting modifiers as follows: .sp .if n \{\ .RS 4 .\} .nf -DESCRIPTOR(\&.MODIFIER)* +[REFERENCE#]DESCRIPTOR(\&.MODIFIER)* .fi .if n \{\ .RE .\} .sp -An exclamation mark can be prepended to certain modifiers in order to reverse their meaning\&. +The relative targets are computed in relation to the given reference (the default reference value is \fBfocused\fR)\&. +.sp +An exclamation mark can be prepended to any modifier in order to reverse its meaning\&. +.sp +The following characters cannot be used in monitor or desktop names: \fB#\fR, \fB:\fR, \fB\&.\fR\&. +.sp +The special selector \fB%\fR can be used to select a monitor or a desktop with an invalid name\&. .SS "Node" .sp Select a node\&. @@ -94,11 +100,15 @@ Select a node\&. .RS 4 .\} .nf -NODE_SEL := (DIR|CYCLE_DIR|PATH|last|older|newer|focused|pointed|biggest|)[\&.[!]focused][\&.[!]automatic][\&.[!]local][\&.[!]leaf][\&.[!]window][\&.[!]STATE][\&.[!]FLAG][\&.[!]LAYER][\&.[!]same_class][\&.[!]descendant_of][\&.[!]ancestor_of] +NODE_SEL := [NODE_SEL#](DIR|CYCLE_DIR|PATH|any|last|newest| + older|newer|focused|pointed|biggest|smallest| + )[\&.[!]focused][\&.[!]active][\&.[!]automatic][\&.[!]local] + [\&.[!]leaf][\&.[!]window][\&.[!]STATE][\&.[!]FLAG][\&.[!]LAYER] + [\&.[!]same_class][\&.[!]descendant_of][\&.[!]ancestor_of] STATE := tiled|pseudo_tiled|floating|fullscreen -FLAG := hidden|sticky|private|locked|urgent +FLAG := hidden|sticky|private|locked|marked|urgent LAYER := below|normal|above @@ -133,11 +143,21 @@ Selects the window in the given (cyclic) direction relative to the reference nod Selects the node at the given path\&. .RE .PP +any +.RS 4 +Selects the first node that matches the given selectors\&. +.RE +.PP last .RS 4 Selects the previously focused node relative to the reference node\&. .RE .PP +newest +.RS 4 +Selects the newest node in the history of the focused node\&. +.RE +.PP older .RS 4 Selects the node older than the reference node in the history\&. @@ -163,6 +183,11 @@ biggest Selects the biggest window\&. .RE .PP +smallest +.RS 4 +Selects the smallest window\&. +.RE +.PP .RS 4 Selects the node with the given ID\&. @@ -215,57 +240,68 @@ Jumps to the node holding the edge in the given direction\&. .PP [!]focused .RS 4 -Only consider focused or unfocused nodes\&. +Only consider the focused node\&. +.RE +.PP +[!]active +.RS 4 +Only consider nodes that are the focused node of their desktop\&. .RE .PP [!]automatic .RS 4 -Only consider nodes in automatic or manual insertion mode\&. +Only consider nodes in automatic insertion mode\&. See also +\fB\-\-presel\-dir\fR +under +\fBNode\fR +in the +\fBDOMAINS\fR +section below\&. .RE .PP [!]local .RS 4 -Only consider nodes in or not in the current desktop\&. +Only consider nodes in the reference desktop\&. .RE .PP [!]leaf .RS 4 -Only consider leaves or internal nodes\&. +Only consider leaf nodes\&. .RE .PP [!]window .RS 4 -Only consider nodes that hold or don\(cqt hold a window\&. +Only consider nodes that hold a window\&. .RE .PP [!](tiled|pseudo_tiled|floating|fullscreen) .RS 4 -Only consider windows in or not in the given state\&. +Only consider windows in the given state\&. .RE .PP [!]same_class .RS 4 -Only consider windows that have or don\(cqt have the same class as the reference window\&. +Only consider windows that have the same class as the reference window\&. .RE .PP [!]descendant_of .RS 4 -Only consider nodes that are or aren\(cqt descendants of the reference node\&. +Only consider nodes that are descendants of the reference node\&. .RE .PP [!]ancestor_of .RS 4 -Only consider nodes that are or aren\(cqt ancestors of the reference node\&. +Only consider nodes that are ancestors of the reference node\&. .RE .PP -[!](hidden|sticky|private|locked|urgent) +[!](hidden|sticky|private|locked|marked|urgent) .RS 4 -Only consider windows that have or don\(cqt have the given flag set\&. +Only consider windows that have the given flag set\&. .RE .PP [!](below|normal|above) .RS 4 -Only consider windows in or not in the given layer\&. +Only consider windows in the given layer\&. .RE .RE .SS "Desktop" @@ -276,7 +312,10 @@ Select a desktop\&. .RS 4 .\} .nf -DESKTOP_SEL := (CYCLE_DIR|last|older|newer|[MONITOR_SEL:](focused|^)||)[\&.[!]occupied][\&.[!]focused][\&.[!]urgent][\&.[!]local] +DESKTOP_SEL := [DESKTOP_SEL#](CYCLE_DIR|any|last|newest|older|newer| + [MONITOR_SEL:](focused|^)| + |)[\&.[!]focused][\&.[!]active] + [\&.[!]occupied][\&.[!]urgent][\&.[!]local] .fi .if n \{\ .RE @@ -292,22 +331,32 @@ DESKTOP_SEL := (CYCLE_DIR|last|older|newer|[MONITOR_SEL:](focused|^)| .RS 4 -Selects the nth desktop\&. +Selects the nth desktop\&. If +\fBMONITOR_SEL\fR +is given, selects the nth desktop on the selected monitor\&. .RE .PP @@ -339,24 +390,29 @@ Selects the desktop with the given name\&. \fBModifiers\fR .RS 4 .PP -[!]occupied +[!]focused .RS 4 -Only consider occupied or free desktops\&. +Only consider the focused desktop\&. .RE .PP -[!]focused +[!]active .RS 4 -Only consider focused or unfocused desktops\&. +Only consider desktops that are the focused desktop of their monitor\&. +.RE +.PP +[!]occupied +.RS 4 +Only consider occupied desktops\&. .RE .PP [!]urgent .RS 4 -Only consider urgent or non urgent desktops\&. +Only consider urgent desktops\&. .RE .PP [!]local .RS 4 -Only consider inside or outside of the current monitor\&. +Only consider desktops inside the reference monitor\&. .RE .RE .SS "Monitor" @@ -367,7 +423,9 @@ Select a monitor\&. .RS 4 .\} .nf -MONITOR_SEL := (DIR|CYCLE_DIR|last|older|newer|focused|primary|^||)[\&.[!]occupied][\&.[!]focused] +MONITOR_SEL := [MONITOR_SEL#](DIR|CYCLE_DIR|any|last|newest|older|newer| + focused|pointed|primary|^| + |)[\&.[!]focused][\&.[!]occupied] .fi .if n \{\ .RE @@ -383,27 +441,37 @@ MONITOR_SEL := (DIR|CYCLE_DIR|last|older|newer|focused|primary|^| .PP \fIDIR\fR .RS 4 -Selects the monitor in the given (spacial) direction relative to the active monitor\&. +Selects the monitor in the given (spacial) direction relative to the reference monitor\&. .RE .PP \fICYCLE_DIR\fR .RS 4 -Selects the monitor in the given (cyclic) direction relative to the active monitor\&. +Selects the monitor in the given (cyclic) direction relative to the reference monitor\&. +.RE +.PP +any +.RS 4 +Selects the first monitor that matches the given selectors\&. .RE .PP last .RS 4 -Selects the previously focused monitor\&. +Selects the previously focused monitor relative to the reference monitor\&. +.RE +.PP +newest +.RS 4 +Selects the newest monitor in the history of the focused monitors\&. .RE .PP older .RS 4 -Selects the monitor older than the focused monitor in the history\&. +Selects the monitor older than the reference monitor in the history\&. .RE .PP newer .RS 4 -Selects the monitor newer than the focused monitor in the history\&. +Selects the monitor newer than the reference monitor in the history\&. .RE .PP focused @@ -411,6 +479,11 @@ focused Selects the currently focused monitor\&. .RE .PP +pointed +.RS 4 +Selects the monitor under the pointer\&. +.RE +.PP primary .RS 4 Selects the primary monitor\&. @@ -440,14 +513,14 @@ Selects the monitor with the given name\&. \fBModifiers\fR .RS 4 .PP -[!]occupied +[!]focused .RS 4 -Only consider monitors where the focused desktop is occupied or free\&. +Only consider the focused monitor\&. .RE .PP -[!]focused +[!]occupied .RS 4 -Only consider focused or unfocused monitors\&. +Only consider monitors where the focused desktop is occupied\&. .RE .RE .SH "WINDOW STATES" @@ -495,6 +568,11 @@ Ignores the message\&. .RE .PP +marked +.RS 4 +Is marked (useful for deferred actions)\&. A marked node becomes unmarked after being sent on a preselected node\&. +.RE +.PP urgent .RS 4 Has its urgency hint set\&. This flag is set externally\&. @@ -503,7 +581,10 @@ Has its urgency hint set\&. This flag is set externally\&. .sp There\(cqs three stacking layers: BELOW, NORMAL and ABOVE\&. .sp -In each layer, the window are orderered as follow: tiled & pseudo\-tiled < fullscreen < floating\&. +In each layer, the window are orderered as follow: tiled & pseudo\-tiled < floating < fullscreen\&. +.SH "RECEPTACLES" +.sp +A leaf node that doesn\(cqt hold any window is called a receptacle\&. When a node is inserted on a receptacle in automatic mode, it will replace the receptacle\&. A receptacle can be inserted on a node, preselected and killed\&. Receptacles can therefore be used to build a tree whose leaves are receptacles\&. Using the appropriate rules, one can then send windows on the leaves of this tree\&. This feature is used in \fIexamples/receptacles\fR to store and recreate layouts\&. .SH "DOMAINS" .SS "Node" .sp @@ -538,24 +619,32 @@ Focus the selected or given node\&. Activate the selected or given node\&. .RE .PP -\fB\-d\fR, \fB\-\-to\-desktop\fR \fIDESKTOP_SEL\fR +\fB\-d\fR, \fB\-\-to\-desktop\fR \fIDESKTOP_SEL\fR [\fB\-\-follow\fR] .RS 4 -Send the selected node to the given desktop\&. +Send the selected node to the given desktop\&. If +\fB\-\-follow\fR +is passed, the focused node will stay focused\&. .RE .PP -\fB\-m\fR, \fB\-\-to\-monitor\fR \fIMONITOR_SEL\fR +\fB\-m\fR, \fB\-\-to\-monitor\fR \fIMONITOR_SEL\fR [\fB\-\-follow\fR] .RS 4 -Send the selected node to the given monitor\&. +Send the selected node to the given monitor\&. If +\fB\-\-follow\fR +is passed, the focused node will stay focused\&. .RE .PP -\fB\-n\fR, \fB\-\-to\-node\fR \fINODE_SEL\fR +\fB\-n\fR, \fB\-\-to\-node\fR \fINODE_SEL\fR [\fB\-\-follow\fR] .RS 4 -Transplant the selected node to the given node\&. +Send the selected node on the given node\&. If +\fB\-\-follow\fR +is passed, the focused node will stay focused\&. .RE .PP -\fB\-s\fR, \fB\-\-swap\fR \fINODE_SEL\fR +\fB\-s\fR, \fB\-\-swap\fR \fINODE_SEL\fR [\fB\-\-follow\fR] .RS 4 -Swap the selected node with the given node\&. +Swap the selected node with the given node\&. If +\fB\-\-follow\fR +is passed, the focused node will stay focused\&. .RE .PP \fB\-p\fR, \fB\-\-presel\-dir\fR [~]\fIDIR\fR|cancel @@ -566,7 +655,7 @@ is prepended to \fIDIR\fR and the current preselection direction matches \fIDIR\fR, then the argument is interpreted as -\fBcancel\fR\&. +\fBcancel\fR\&. A node with a preselected area is said to be in "manual insertion mode"\&. .RE .PP \fB\-o\fR, \fB\-\-presel\-ratio\fR \fIRATIO\fR @@ -592,7 +681,7 @@ pixels horizontally and pixels vertically\&. .RE .PP -\fB\-r\fR, \fB\-\-ratio\fR \fIRATIO\fR|(+|\-)\fIPIXELS\fR +\fB\-r\fR, \fB\-\-ratio\fR \fIRATIO\fR|(+|\-)(\fIPIXELS\fR|\fIFRACTION\fR) .RS 4 Set the splitting ratio of the selected node (0 < \fIRATIO\fR @@ -631,7 +720,7 @@ Set the state of the selected window\&. If is present and the current state matches the given state, then the argument is interpreted as the last state\&. .RE .PP -\fB\-g\fR, \fB\-\-flag\fR hidden|sticky|private|locked[=on|off] +\fB\-g\fR, \fB\-\-flag\fR hidden|sticky|private|locked|marked[=on|off] .RS 4 Set or toggle the given flag for the selected node\&. .RE @@ -689,9 +778,18 @@ Focus the selected or given desktop\&. Activate the selected or given desktop\&. .RE .PP -\fB\-m\fR, \fB\-\-to\-monitor\fR \fIMONITOR_SEL\fR +\fB\-m\fR, \fB\-\-to\-monitor\fR \fIMONITOR_SEL\fR [\fB\-\-follow\fR] .RS 4 -Send the selected desktop to the given monitor\&. +Send the selected desktop to the given monitor\&. If +\fB\-\-follow\fR +is passed, the focused desktop will stay focused\&. +.RE +.PP +\fB\-s\fR, \fB\-\-swap\fR \fIDESKTOP_SEL\fR [\fB\-\-follow\fR] +.RS 4 +Swap the selected desktop with the given desktop\&. If +\fB\-\-follow\fR +is passed, the focused desktop will stay focused\&. .RE .PP \fB\-l\fR, \fB\-\-layout\fR \fICYCLE_DIR\fR|monocle|tiled @@ -704,11 +802,6 @@ Set or cycle the layout of the selected desktop\&. Rename the selected desktop\&. .RE .PP -\fB\-s\fR, \fB\-\-swap\fR \fIDESKTOP_SEL\fR -.RS 4 -Swap the selected desktop with the given desktop\&. -.RE -.PP \fB\-b\fR, \fB\-\-bubble\fR \fICYCLE_DIR\fR .RS 4 Bubble the selected desktop in the given direction\&. @@ -747,6 +840,11 @@ If \fIMONITOR_SEL\fR is omitted, \fBfocused\fR is assumed\&. Focus the selected or given monitor\&. .RE .PP +\fB\-s\fR, \fB\-\-swap\fR \fIMONITOR_SEL\fR +.RS 4 +Swap the selected monitor with the given monitor\&. +.RE +.PP \fB\-a\fR, \fB\-\-add\-desktops\fR \&... .RS 4 Create desktops with the given names in the selected monitor\&. @@ -772,11 +870,6 @@ Set the rectangle of the selected monitor\&. Rename the selected monitor\&. .RE .PP -\fB\-s\fR, \fB\-\-swap\fR \fIMONITOR_SEL\fR -.RS 4 -Swap the selected monitor with the given monitor\&. -.RE -.PP \fB\-r\fR, \fB\-\-remove\fR .RS 4 Remove the selected monitor\&. @@ -802,6 +895,8 @@ query \fICOMMANDS\fR [\fIOPTIONS\fR] .ps +1 \fBCommands\fR .RS 4 +.sp +The optional selectors are references\&. .PP \fB\-N\fR, \fB\-\-nodes\fR [\fINODE_SEL\fR] .RS 4 @@ -810,12 +905,12 @@ List the IDs of the matching nodes\&. .PP \fB\-D\fR, \fB\-\-desktops\fR [\fIDESKTOP_SEL\fR] .RS 4 -List the IDs of the matching desktops\&. +List the IDs (or names) of the matching desktops\&. .RE .PP \fB\-M\fR, \fB\-\-monitors\fR [\fIMONITOR_SEL\fR] .RS 4 -List the IDs of the matching monitors\&. +List the IDs (or names) of the matching monitors\&. .RE .PP \fB\-T\fR, \fB\-\-tree\fR @@ -840,6 +935,14 @@ Constrain matches to the selected monitor, desktop or node\&. The descriptor can and \fI\-N\fR\&. .RE +.PP +\fB\-\-names\fR +.RS 4 +Print names instead of IDs\&. Can only be used with +\fI\-M\fR +and +\fI\-D\fR\&. +.RE .RE .SS "Wm" .sp @@ -877,6 +980,11 @@ Load a world state from the given file\&. Add a monitor for the given name and rectangle\&. .RE .PP +\fB\-O\fR, \fB\-\-reorder\-monitors\fR \&... +.RS 4 +Reorder the list of monitors to match the given order\&. +.RE +.PP \fB\-o\fR, \fB\-\-adopt\-orphans\fR .RS 4 Manage all the unmanaged windows remaining from a previous session\&. @@ -913,7 +1021,7 @@ rule \fICOMMANDS\fR \fBCommands\fR .RS 4 .PP -\fB\-a\fR, \fB\-\-add\fR (|*)[:(|*)] [\fB\-o\fR|\fB\-\-one\-shot\fR] [monitor=MONITOR_SEL|desktop=DESKTOP_SEL|node=NODE_SEL] [state=STATE] [layer=LAYER] [split_dir=DIR] [split_ratio=RATIO] [(hidden|sticky|private|locked|center|follow|manage|focus|border)=(on|off)] +\fB\-a\fR, \fB\-\-add\fR (|*)[:(|*)] [\fB\-o\fR|\fB\-\-one\-shot\fR] [monitor=MONITOR_SEL|desktop=DESKTOP_SEL|node=NODE_SEL] [state=STATE] [layer=LAYER] [split_dir=DIR] [split_ratio=RATIO] [(hidden|sticky|private|locked|marked|center|follow|manage|focus|border)=(on|off)] [rectangle=WxH+X+Y] .RS 4 Create a new rule\&. .RE @@ -938,9 +1046,9 @@ List the rules\&. \fBGeneral Syntax\fR .RS 4 .PP -config [\-m \fIMONITOR_SEL\fR|\-d \fIDESKTOP_SEL\fR|\-n \fINODE_SEL\fR] [] +config [\-m \fIMONITOR_SEL\fR|\-d \fIDESKTOP_SEL\fR|\-n \fINODE_SEL\fR] [] .RS 4 -Get or set the value of \&. +Get or set the value of \&. .RE .RE .SS "Subscribe" @@ -953,11 +1061,34 @@ Get or set the value of \&. \fBGeneral Syntax\fR .RS 4 .PP -subscribe (all|report|monitor|desktop|node|\&...)* +subscribe [\fIOPTIONS\fR] (all|report|monitor|desktop|node|\&...)* .RS 4 -Continuously print status information\&. See the +Continuously print events\&. See the \fBEVENTS\fR -section for the detailed description of each event\&. +section for the description of each event\&. +.RE +.RE +.sp +.it 1 an-trap +.nr an-no-space-flag 1 +.nr an-break-flag 1 +.br +.ps +1 +\fBOptions\fR +.RS 4 +.PP +\fB\-f\fR, \fB\-\-fifo\fR +.RS 4 +Print a path to a FIFO from which events can be read and return\&. +.RE +.PP +\fB\-c\fR, \fB\-\-count\fR \fICOUNT\fR +.RS 4 +Stop the corresponding +\fBbspc\fR +process after having received +\fICOUNT\fR +events\&. .RE .RE .SS "Quit" @@ -1019,13 +1150,21 @@ Prefix prepended to each of the status lines\&. .PP \fIexternal_rules_command\fR .RS 4 -External command used to retrieve rule consequences\&. The command will receive the the ID of the window being processed as its first argument and the class and instance names as second and third arguments\&. The output of that command must have the following format: +External command used to retrieve rule consequences\&. The command will receive the following arguments: window ID, class name, instance name, and intermediate consequences\&. The output of that command must have the following format: \fBkey1=value1 key2=value2 \&...\fR (the valid key/value pairs are given in the description of the \fIrule\fR command)\&. .RE .PP +\fIautomatic_scheme\fR +.RS 4 +The insertion scheme used when the insertion point is in automatic mode\&. Accept the following values: +\fBlongest_side\fR, +\fBalternate\fR, +\fBspiral\fR\&. +.RE +.PP \fIinitial_polarity\fR .RS 4 On which child should a new window be attached when adding a window on a single window tree in automatic mode\&. Accept the following values: @@ -1033,6 +1172,20 @@ On which child should a new window be attached when adding a window on a single \fBsecond_child\fR\&. .RE .PP +\fIdirectional_focus_tightness\fR +.RS 4 +The tightness of the algorithm used to decide whether a window is on the +\fIDIR\fR +side of another window\&. Accept the following values: +\fBhigh\fR, +\fBlow\fR\&. +.RE +.PP +\fIremoval_adjustment\fR +.RS 4 +Adjust the brother when unlinking a node from the tree in accordance with the automatic insertion scheme\&. +.RE +.PP \fIborderless_monocle\fR .RS 4 Remove borders of tiled windows for the @@ -1047,9 +1200,9 @@ Remove gaps of tiled windows for the desktop layout\&. .RE .PP -\fIpaddingless_monocle\fR +\fItop_monocle_padding\fR, \fIright_monocle_padding\fR, \fIbottom_monocle_padding\fR, \fIleft_monocle_padding\fR .RS 4 -Remove padding space for the +Padding space added at the sides of the screen for the \fBmonocle\fR desktop layout\&. .RE @@ -1061,6 +1214,11 @@ Set the desktop layout to if there\(cqs only one tiled window in the tree\&. .RE .PP +\fIpointer_motion_interval\fR +.RS 4 +The minimum interval, in milliseconds, between two motion notify events\&. +.RE +.PP \fIpointer_modifier\fR .RS 4 Keyboard modifier used for moving or resizing windows\&. Accept the following values: @@ -1083,12 +1241,27 @@ Action performed when pressing \fBmove\fR, \fBresize_side\fR, \fBresize_corner\fR, -\fBfocus\fR\&. +\fBfocus\fR, +\fBnone\fR\&. .RE .PP \fIclick_to_focus\fR .RS 4 -Focus a window (or a monitor) by clicking it\&. +Button used for focusing a window (or a monitor)\&. The possible values are: +\fBbutton1\fR, +\fBbutton2\fR, +\fBbutton3\fR, +\fBany\fR, +\fBnone\fR\&. Defaults to +\fBbutton1\fR\&. +.RE +.PP +\fIswallow_first_click\fR +.RS 4 +Don\(cqt replay the click that makes a window focused if +\fIclick_to_focus\fR +isn\(cqt +\fBnone\fR\&. .RE .PP \fIfocus_follows_pointer\fR @@ -1106,11 +1279,27 @@ When focusing a window, put the pointer at its center\&. When focusing a monitor, put the pointer at its center\&. .RE .PP +\fImapping_events_count\fR +.RS 4 +Handle the next +\fBmapping_events_count\fR +mapping notify events\&. A negative value implies that every event needs to be handled\&. +.RE +.PP \fIignore_ewmh_focus\fR .RS 4 Ignore EWMH focus requests coming from applications\&. .RE .PP +\fIignore_ewmh_fullscreen\fR +.RS 4 +Block the fullscreen state transitions that originate from an EWMH request\&. The possible values are: +\fBnone\fR, +\fBall\fR, or a comma separated list of the following values: +\fBenter\fR, +\fBexit\fR\&. +.RE +.PP \fIcenter_pseudo_tiled\fR .RS 4 Center pseudo tiled windows into their tiling rectangles\&. Defaults to @@ -1156,11 +1345,10 @@ Window border width\&. .RE .SH "POINTER BINDINGS" .PP -\fIbutton1\fR -.RS 4 -Focus the window under the pointer if \fIclick_to_focus\fR -is set\&. +.RS 4 +Focus the window (or the monitor) under the pointer if the value isn\(cqt +\fBnone\fR\&. .RE .PP \fIpointer_modifier\fR + \fIbutton1\fR @@ -1256,14 +1444,14 @@ A desktop is activated\&. The layout of a desktop changed\&. .RE .PP -\fInode_manage \fR +\fInode_add \fR .RS 4 -A window is managed\&. +A node is added\&. .RE .PP -\fInode_unmanage \fR +\fInode_remove \fR .RS 4 -A window is unmanaged\&. +A node is removed\&. .RE .PP \fInode_swap \fR @@ -1306,7 +1494,7 @@ The geometry of a window changed\&. The state of a window changed\&. .RE .PP -\fInode_flag hidden|sticky|private|locked|urgent on|off\fR +\fInode_flag hidden|sticky|private|locked|marked|urgent on|off\fR .RS 4 One of the flags of a node changed\&. .RE @@ -1315,6 +1503,11 @@ One of the flags of a node changed\&. .RS 4 The layer of a window changed\&. .RE +.PP +\fIpointer_action move|resize_corner|resize_side begin|end\fR +.RS 4 +A pointer action occured\&. +.RE .sp Please note that \fBbspwm\fR initializes monitors before it reads messages on its socket, therefore the initial monitor events can\(cqt be received\&. .SH "REPORT FORMAT"