mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Add missing docs for mouse window snapping
This commit is contained in:
parent
fb09bbdd2f
commit
888c77c219
1 changed files with 9 additions and 0 deletions
|
|
@ -44,6 +44,15 @@ Configuration must be wrapped in a <labwc_config> root-node.
|
|||
*<focus><raiseOnFocus>* [yes|no]
|
||||
Raise window to top when focused. Default is no.
|
||||
|
||||
# Window snapping
|
||||
*<snapping><range>*
|
||||
The distance in pixels from the edge of an ouput for window Move
|
||||
operations to trigger SnapToEdge. A range of 0 disables window snapping.
|
||||
Default is 1.
|
||||
|
||||
*<snapping><topMaximize>* [yes|no]
|
||||
Maximize window if Move operation ends on the top edge. Default is yes.
|
||||
|
||||
# THEME
|
||||
|
||||
*<theme><name>*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue