From d56264e00185023d433a913ef468428d345a3c7a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 16 Oct 2015 19:42:20 +0200 Subject: [PATCH] =?UTF-8?q?man:=20add=20=E2=80=9Cfloating=20window?= =?UTF-8?q?=E2=80=9D=20to=20terminology=20(Thanks=20frederik)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- man/i3.man | 6 ++++++ 1 file changed, 6 insertions(+) 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. +