mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -05:00
Fix a few typos
This commit is contained in:
parent
440ab2b3b4
commit
8e0de51414
3 changed files with 11 additions and 11 deletions
14
doc/bspwm.1
14
doc/bspwm.1
|
@ -1,13 +1,13 @@
|
|||
'\" t
|
||||
.\" Title: bspwm
|
||||
.\" Author: [see the "Author" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||
.\" Date: 03/16/2020
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 07/26/2020
|
||||
.\" Manual: Bspwm Manual
|
||||
.\" Source: Bspwm 0.9.9-7-gda1dc1d
|
||||
.\" Source: Bspwm 0.9.9-13-g2df413f
|
||||
.\" 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
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -1041,12 +1041,12 @@ rule \fICOMMANDS\fR
|
|||
\fBCommands\fR
|
||||
.RS 4
|
||||
.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
|
||||
Create a new rule\&.
|
||||
.RE
|
||||
.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
|
||||
Remove the given rules\&.
|
||||
.RE
|
||||
|
@ -1328,7 +1328,7 @@ Block the fullscreen state transitions that originate from an EWMH request\&. Th
|
|||
.PP
|
||||
\fIignore_ewmh_struts\fR
|
||||
.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
|
||||
.PP
|
||||
\fIcenter_pseudo_tiled\fR
|
||||
|
|
|
@ -615,10 +615,10 @@ rule '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.
|
||||
|
||||
*-r*, *--remove* ^<n>|head|tail|(<class_name>|\*)[:(<instance_name>|*)]...::
|
||||
*-r*, *--remove* ^<n>|head|tail|(<class_name>|\*)[:(<instance_name>|*)[:(<name>|*)]]...::
|
||||
Remove the given rules.
|
||||
|
||||
*-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*.
|
||||
|
||||
'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 windows into their tiling rectangles. Defaults to 'true'.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue