aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-01-14 03:25:33 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-01-14 03:25:33 +0200
commit510678cee7799a880207584f6bdcbf96c5773c9b (patch)
tree4c1463557151becdf7e30af07ff63883fce631b6 /README.md
parentabf8fd27a8388beac165f9a44032d6c6e5927433 (diff)
update docs for floating mode support
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 86a1ddd..6add21f 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ opening the window at the bottom of the stack (attach\_aside)
---
- *partial floating mode*
+ *floating mode*
-------------
| | |
@@ -76,9 +76,13 @@ opening the window at the bottom of the stack (attach\_aside)
| | | |
------`---'--
- _Partial_ floating mode means that one can freely move and resize windows, but
- the windows will revert to their tiling mode position once a window is added or
- removed, and that window is not transient.
+ In floating mode one can freely move and resize windows in the screen space.
+ Changing desktops, adding or removing floating windows, does not affect the
+ floating status of the windows. Windows will revert to their tiling mode
+ position once the user selects a tiling mode.
+ Note, that one cannot "select" the floating mode, but it will be enabled if
+ one tries to move or resize a window with the mouse. Once one does that, then
+ the window is marked as being in floating mode.
---