diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-14 03:25:33 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-14 03:25:33 +0200 |
| commit | 510678cee7799a880207584f6bdcbf96c5773c9b (patch) | |
| tree | 4c1463557151becdf7e30af07ff63883fce631b6 /README.md | |
| parent | abf8fd27a8388beac165f9a44032d6c6e5927433 (diff) | |
update docs for floating mode support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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. --- |
