From 8eb599400a73c7c0d6a0c51aca291631b04a0040 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Mon, 16 Dec 2013 17:22:25 +0100 Subject: [PATCH] Document the window states --- doc/bspwm.1 | 28 ++++++++++++++++++++++++++++ doc/bspwm.1.txt | 19 +++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/doc/bspwm.1 b/doc/bspwm.1 index 4823d0b..0b6ce2b 100644 --- a/doc/bspwm.1 +++ b/doc/bspwm.1 @@ -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 diff --git a/doc/bspwm.1.txt b/doc/bspwm.1.txt index 2ca0e5a..d241ddb 100644 --- a/doc/bspwm.1.txt +++ b/doc/bspwm.1.txt @@ -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 --------