aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-09-11 13:30:48 (GMT)
committerThomas Lübking <thomas.luebking@gmail.com>2016-09-11 13:30:48 (GMT)
commit7ec5c581c1a3a01fa4578ee97ea8e4b1ea9747f2 (patch)
tree3491490bad1cdf0d44a63cf22755b1146a22d91f
parentea466fa985f251bdd4a5afe19a41ee28ac91035d (diff)
downloadfluxbox-7ec5c581c1a3a01fa4578ee97ea8e4b1ea9747f2.zip
fluxbox-7ec5c581c1a3a01fa4578ee97ea8e4b1ea9747f2.tar.bz2
fix window placement documentation
-rw-r--r--doc/asciidoc/fluxbox.txt3
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+
1132Default: *RowSmartPlacement* 1135Default: *RowSmartPlacement*