mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
Add missing pipe
This commit is contained in:
parent
336095739e
commit
229b6fd878
2 changed files with 5 additions and 5 deletions
|
@ -2,12 +2,12 @@
|
||||||
.\" Title: bspwm
|
.\" Title: bspwm
|
||||||
.\" Author: [see the "Author" section]
|
.\" Author: [see the "Author" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 06/19/2018
|
.\" Date: 06/25/2018
|
||||||
.\" Manual: Bspwm Manual
|
.\" Manual: Bspwm Manual
|
||||||
.\" Source: Bspwm 0.9.5-3-gdb5b0cd
|
.\" Source: Bspwm 0.9.5-4-g3360957
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "BSPWM" "1" "06/19/2018" "Bspwm 0\&.9\&.5\-3\-gdb5b0cd" "Bspwm Manual"
|
.TH "BSPWM" "1" "06/25/2018" "Bspwm 0\&.9\&.5\-4\-g3360957" "Bspwm Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
@ -101,7 +101,7 @@ Select a node\&.
|
||||||
.\}
|
.\}
|
||||||
.nf
|
.nf
|
||||||
NODE_SEL := [NODE_SEL#](DIR|CYCLE_DIR|PATH|any|last|newest|
|
NODE_SEL := [NODE_SEL#](DIR|CYCLE_DIR|PATH|any|last|newest|
|
||||||
older|newer|focused|pointed|biggest|smallest
|
older|newer|focused|pointed|biggest|smallest|
|
||||||
<node_id>)[\&.[!]focused][\&.[!]automatic][\&.[!]local][\&.[!]active]
|
<node_id>)[\&.[!]focused][\&.[!]automatic][\&.[!]local][\&.[!]active]
|
||||||
[\&.[!]leaf][\&.[!]window][\&.[!]STATE][\&.[!]FLAG][\&.[!]LAYER]
|
[\&.[!]leaf][\&.[!]window][\&.[!]STATE][\&.[!]FLAG][\&.[!]LAYER]
|
||||||
[\&.[!]same_class][\&.[!]descendant_of][\&.[!]ancestor_of]
|
[\&.[!]same_class][\&.[!]descendant_of][\&.[!]ancestor_of]
|
||||||
|
|
|
@ -75,7 +75,7 @@ Select a node.
|
||||||
|
|
||||||
----
|
----
|
||||||
NODE_SEL := [NODE_SEL#](DIR|CYCLE_DIR|PATH|any|last|newest|
|
NODE_SEL := [NODE_SEL#](DIR|CYCLE_DIR|PATH|any|last|newest|
|
||||||
older|newer|focused|pointed|biggest|smallest
|
older|newer|focused|pointed|biggest|smallest|
|
||||||
<node_id>)[.[!]focused][.[!]automatic][.[!]local][.[!]active]
|
<node_id>)[.[!]focused][.[!]automatic][.[!]local][.[!]active]
|
||||||
[.[!]leaf][.[!]window][.[!]STATE][.[!]FLAG][.[!]LAYER]
|
[.[!]leaf][.[!]window][.[!]STATE][.[!]FLAG][.[!]LAYER]
|
||||||
[.[!]same_class][.[!]descendant_of][.[!]ancestor_of]
|
[.[!]same_class][.[!]descendant_of][.[!]ancestor_of]
|
||||||
|
|
Loading…
Add table
Reference in a new issue