mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -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
|
||||
.\" Author: [see the "Author" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||
.\" Date: 06/19/2018
|
||||
.\" Date: 06/25/2018
|
||||
.\" Manual: Bspwm Manual
|
||||
.\" Source: Bspwm 0.9.5-3-gdb5b0cd
|
||||
.\" Source: Bspwm 0.9.5-4-g3360957
|
||||
.\" 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
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -101,7 +101,7 @@ Select a node\&.
|
|||
.\}
|
||||
.nf
|
||||
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]
|
||||
[\&.[!]leaf][\&.[!]window][\&.[!]STATE][\&.[!]FLAG][\&.[!]LAYER]
|
||||
[\&.[!]same_class][\&.[!]descendant_of][\&.[!]ancestor_of]
|
||||
|
|
|
@ -75,7 +75,7 @@ Select a node.
|
|||
|
||||
----
|
||||
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]
|
||||
[.[!]leaf][.[!]window][.[!]STATE][.[!]FLAG][.[!]LAYER]
|
||||
[.[!]same_class][.[!]descendant_of][.[!]ancestor_of]
|
||||
|
|
Loading…
Add table
Reference in a new issue