mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Fix typos in manual
This commit is contained in:
parent
0f1ee8180c
commit
619a491bbd
2 changed files with 18 additions and 22 deletions
33
doc/bspwm.1
33
doc/bspwm.1
|
@ -2,12 +2,12 @@
|
|||
.\" Title: bspwm
|
||||
.\" Author: [see the "Author" section]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
||||
.\" Date: 11/09/2015
|
||||
.\" Date: 11/13/2015
|
||||
.\" Manual: Bspwm Manual
|
||||
.\" Source: Bspwm 0.9
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "BSPWM" "1" "11/09/2015" "Bspwm 0\&.9" "Bspwm Manual"
|
||||
.TH "BSPWM" "1" "11/13/2015" "Bspwm 0\&.9" "Bspwm Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -1249,20 +1249,24 @@ When focusing a monitor, put the pointer at its center\&.
|
|||
.PP
|
||||
\fIauto_alternate\fR
|
||||
.RS 4
|
||||
Interpret two consecutive identical
|
||||
\fBuse\fR
|
||||
messages as an
|
||||
\fBalternate\fR
|
||||
message\&.
|
||||
Interpret consecutive identical
|
||||
\fB\-\-focus\fR
|
||||
arguments as the
|
||||
\fBlast\fR
|
||||
selector for the
|
||||
\fBmonitor\fR
|
||||
and
|
||||
\fBdesktop\fR
|
||||
commands\&.
|
||||
.RE
|
||||
.PP
|
||||
\fIauto_cancel\fR
|
||||
.RS 4
|
||||
Interpret two consecutive identical
|
||||
\fBpresel\fR
|
||||
messages as a
|
||||
\fBcancel\fR
|
||||
message\&.
|
||||
Interpret consecutive identical
|
||||
\fB\-\-presel\fR
|
||||
arguments as
|
||||
\fB\-\-cancel\-presel\fR
|
||||
option\&.
|
||||
.RE
|
||||
.PP
|
||||
\fIapply_floating_atom\fR
|
||||
|
@ -1387,11 +1391,6 @@ The layout of a desktop changed\&.
|
|||
A window is managed\&.
|
||||
.RE
|
||||
.PP
|
||||
\fIwindow_manage <monitor_name> <desktop_name> <window_id> <ip_id>\fR
|
||||
.RS 4
|
||||
A window is managed\&.
|
||||
.RE
|
||||
.PP
|
||||
\fIwindow_unmanage <monitor_name> <desktop_name> <window_id>\fR
|
||||
.RS 4
|
||||
A window is unmanaged\&.
|
||||
|
|
|
@ -767,10 +767,10 @@ Global Settings
|
|||
When focusing a monitor, put the pointer at its center.
|
||||
|
||||
'auto_alternate'::
|
||||
Interpret two consecutive identical *use* messages as an *alternate* message.
|
||||
Interpret consecutive identical *--focus* arguments as the *last* selector for the *monitor* and *desktop* commands.
|
||||
|
||||
'auto_cancel'::
|
||||
Interpret two consecutive identical *presel* messages as a *cancel* message.
|
||||
Interpret consecutive identical *--presel* arguments as *--cancel-presel* option.
|
||||
|
||||
'apply_floating_atom'::
|
||||
Set the value of the '_BSPWM_FLOATING_WINDOW' atom of each window according to its floating state.
|
||||
|
@ -857,9 +857,6 @@ Events
|
|||
'window_manage <monitor_name> <desktop_name> <window_id> <ip_id>'::
|
||||
A window is managed.
|
||||
|
||||
'window_manage <monitor_name> <desktop_name> <window_id> <ip_id>'::
|
||||
A window is managed.
|
||||
|
||||
'window_unmanage <monitor_name> <desktop_name> <window_id>'::
|
||||
A window is unmanaged.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue