Document the window states

This commit is contained in:
Bastien Dejean 2013-12-16 17:22:25 +01:00
parent 7fa6d76fc0
commit 8eb599400a
2 changed files with 47 additions and 0 deletions

View file

@ -437,6 +437,34 @@ free
Only consider monitors where the focused desktop is free\&.
.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"
.SS "Window"
.sp

View file

@ -287,6 +287,25 @@ 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
--------