fix window placement documentation

This commit is contained in:
Thomas Lübking 2016-09-11 15:30:48 +02:00
parent ea466fa985
commit 7ec5c581c1

View file

@ -1127,6 +1127,9 @@ Available strategies:;;
- ColSmartPlacement: tries to place windows in columns without overlapping
- CascadePlacement: places windows below the titlebar of the previous one
- UnderMousePlacement: places new windows underneath the mouse
- RowMinOverlapPlacement: place windows in rows with minimal overlapping
- ColMinOverlapPlacement: place windows in columns with minimal overlapping
- AutotabPlacement: tabs the window to the currently focused one
--
+
Default: *RowSmartPlacement*