mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Document the window states
This commit is contained in:
parent
7fa6d76fc0
commit
8eb599400a
2 changed files with 47 additions and 0 deletions
28
doc/bspwm.1
28
doc/bspwm.1
|
@ -437,6 +437,34 @@ free
|
||||||
Only consider monitors where the focused desktop is free\&.
|
Only consider monitors where the focused desktop is free\&.
|
||||||
.RE
|
.RE
|
||||||
.RE
|
.RE
|
||||||
|
.SH "WINDOW STATES"
|
||||||
|
.PP
|
||||||
|
floating
|
||||||
|
.RS 4
|
||||||
|
Is above any tiled window and can be moved/resized freely\&. Although it doesn\(cqt occupy any tiling space, it is still part of the window tree\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
fullscreen
|
||||||
|
.RS 4
|
||||||
|
Fills its monitor rectangle, is above all the other windows and has no borders\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
locked
|
||||||
|
.RS 4
|
||||||
|
Ignores the
|
||||||
|
\fBclose\fR
|
||||||
|
message\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
sticky
|
||||||
|
.RS 4
|
||||||
|
Stays in the focused desktop of its monitor\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
private
|
||||||
|
.RS 4
|
||||||
|
Tries to keep the same tiling position/size\&.
|
||||||
|
.RE
|
||||||
.SH "COMMANDS"
|
.SH "COMMANDS"
|
||||||
.SS "Window"
|
.SS "Window"
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -287,6 +287,25 @@ free::
|
||||||
Only consider monitors where the focused desktop is free.
|
Only consider monitors where the focused desktop is free.
|
||||||
|
|
||||||
|
|
||||||
|
Window States
|
||||||
|
-------------
|
||||||
|
|
||||||
|
floating::
|
||||||
|
Is above any tiled window and can be moved/resized freely. Although it doesn't occupy any tiling space, it is still part of the window tree.
|
||||||
|
|
||||||
|
fullscreen::
|
||||||
|
Fills its monitor rectangle, is above all the other windows and has no borders.
|
||||||
|
|
||||||
|
locked::
|
||||||
|
Ignores the *close* message.
|
||||||
|
|
||||||
|
sticky::
|
||||||
|
Stays in the focused desktop of its monitor.
|
||||||
|
|
||||||
|
private::
|
||||||
|
Tries to keep the same tiling position/size.
|
||||||
|
|
||||||
|
|
||||||
Commands
|
Commands
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue