Fix a few typos

This commit is contained in:
Emanuele Torre 2020-06-20 05:46:38 +02:00 committed by Bastien Dejean
parent 440ab2b3b4
commit 8e0de51414
3 changed files with 11 additions and 11 deletions

View file

@ -1,13 +1,13 @@
'\" t '\" t
.\" 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 vsnapshot <http://docbook.sf.net/>
.\" Date: 03/16/2020 .\" Date: 07/26/2020
.\" Manual: Bspwm Manual .\" Manual: Bspwm Manual
.\" Source: Bspwm 0.9.9-7-gda1dc1d .\" Source: Bspwm 0.9.9-13-g2df413f
.\" Language: English .\" Language: English
.\" .\"
.TH "BSPWM" "1" "03/16/2020" "Bspwm 0\&.9\&.9\-7\-gda1dc1d" "Bspwm Manual" .TH "BSPWM" "1" "07/26/2020" "Bspwm 0\&.9\&.9\-13\-g2df413f" "Bspwm Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
@ -1041,12 +1041,12 @@ rule \fICOMMANDS\fR
\fBCommands\fR \fBCommands\fR
.RS 4 .RS 4
.PP .PP
\fB\-a\fR, \fB\-\-add\fR (<class_name>|*)[:(<instance_name>|*)][:(<name>|*)] [\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] \fB\-a\fR, \fB\-\-add\fR (<class_name>|*)[:(<instance_name>|*)[:(<name>|\fB)]] [\fR\-o*|\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 .RS 4
Create a new rule\&. Create a new rule\&.
.RE .RE
.PP .PP
\fB\-r\fR, \fB\-\-remove\fR ^<n>|head|tail|(<class_name>|*)[:(<instance_name>|*)][:(<name>|*)]\&... \fB\-r\fR, \fB\-\-remove\fR ^<n>|head|tail|(<class_name>|*)[:(<instance_name>|\fB)[:(<name>|\fR)]]\&...
.RS 4 .RS 4
Remove the given rules\&. Remove the given rules\&.
.RE .RE
@ -1328,7 +1328,7 @@ Block the fullscreen state transitions that originate from an EWMH request\&. Th
.PP .PP
\fIignore_ewmh_struts\fR \fIignore_ewmh_struts\fR
.RS 4 .RS 4
BIgnore strut hinting from clients requesting to reserve space (i\&.e\&. task bars)\&. Ignore strut hinting from clients requesting to reserve space (i\&.e\&. task bars)\&.
.RE .RE
.PP .PP
\fIcenter_pseudo_tiled\fR \fIcenter_pseudo_tiled\fR

View file

@ -615,10 +615,10 @@ rule 'COMMANDS'
Commands Commands
^^^^^^^^ ^^^^^^^^
*-a*, *--add* (<class_name>|\*)[:(<instance_name>|\*)] [*-o*|*--one-shot*] [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]:: *-a*, *--add* (<class_name>|\*)[:(<instance_name>|\*)[:(<name>|*)]] [*-o*|*--one-shot*] [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]::
Create a new rule. Create a new rule.
*-r*, *--remove* ^<n>|head|tail|(<class_name>|\*)[:(<instance_name>|*)]...:: *-r*, *--remove* ^<n>|head|tail|(<class_name>|\*)[:(<instance_name>|*)[:(<name>|*)]]...::
Remove the given rules. Remove the given rules.
*-l*, *--list*:: *-l*, *--list*::
@ -760,7 +760,7 @@ Global Settings
Block the fullscreen state transitions that originate from an EWMH request. The possible values are: *none*, *all*, or a comma separated list of the following values: *enter*, *exit*. Block the fullscreen state transitions that originate from an EWMH request. The possible values are: *none*, *all*, or a comma separated list of the following values: *enter*, *exit*.
'ignore_ewmh_struts':: 'ignore_ewmh_struts'::
BIgnore strut hinting from clients requesting to reserve space (i.e. task bars). Ignore strut hinting from clients requesting to reserve space (i.e. task bars).
'center_pseudo_tiled':: 'center_pseudo_tiled'::
Center pseudo tiled windows into their tiling rectangles. Defaults to 'true'. Center pseudo tiled windows into their tiling rectangles. Defaults to 'true'.

View file

@ -1,6 +1,6 @@
The scripts present in this directory can be used to store and recreate layouts. The scripts present in this directory can be used to store and recreate layouts.
Both scripts takes a JSON state (output of `bspc wm -d`) as input or argument. Both scripts take a JSON state (output of `bspc wm -d`) as input or argument.
- `extract_canvas [state.json]` outputs a new JSON state where each leaf window is replaced by a receptacle. - `extract_canvas [state.json]` outputs a new JSON state where each leaf window is replaced by a receptacle.