fix window placement documentation
This commit is contained in:
parent
ea466fa985
commit
7ec5c581c1
1 changed files with 3 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue