diff options
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 2722210..ec1eab5 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -1127,6 +1127,9 @@ Available strategies:;; | |||
1127 | - ColSmartPlacement: tries to place windows in columns without overlapping | 1127 | - ColSmartPlacement: tries to place windows in columns without overlapping |
1128 | - CascadePlacement: places windows below the titlebar of the previous one | 1128 | - CascadePlacement: places windows below the titlebar of the previous one |
1129 | - UnderMousePlacement: places new windows underneath the mouse | 1129 | - UnderMousePlacement: places new windows underneath the mouse |
1130 | - RowMinOverlapPlacement: place windows in rows with minimal overlapping | ||
1131 | - ColMinOverlapPlacement: place windows in columns with minimal overlapping | ||
1132 | - AutotabPlacement: tabs the window to the currently focused one | ||
1130 | -- | 1133 | -- |
1131 | + | 1134 | + |
1132 | Default: *RowSmartPlacement* | 1135 | Default: *RowSmartPlacement* |