From: Michael Stapelberg Date: Fri, 16 Oct 2015 17:42:20 +0000 (+0200) Subject: man: add “floating window” to terminology (Thanks frederik) X-Git-Tag: 4.12~135 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d56264e00185023d433a913ef468428d345a3c7a;p=i3%2Fi3 man: add “floating window” to terminology (Thanks frederik) --- diff --git a/man/i3.man b/man/i3.man index 203b42ee..16302e08 100644 --- a/man/i3.man +++ b/man/i3.man @@ -77,6 +77,12 @@ i3 keeps your layout in a tree data structure. Window:: An X11 window, like the Firefox browser window or a terminal emulator. +Floating Window:: +A window which "floats" on top of other windows. This style is used by i3 to +display X11 windows with type "dialog", such as the "Print" or "Open File" +dialog boxes in many GUI applications. Use of floating windows can be +fine-tuned with the for_window command (see HTML userguide). + Split container:: A split container contains multiple other split containers or windows. +