labwc-config(5): move <resistance> to before <focus>

...to make the config file flow better
This commit is contained in:
Johan Malm 2022-05-31 21:57:00 +01:00
parent 9b29bbeb54
commit 999fef6678
2 changed files with 12 additions and 13 deletions

View file

@ -35,6 +35,13 @@ Configuration must be wrapped in a <labwc_config> root-node.
Preview the contents of the selected window when cycling between windows.
Default is no.
# RESISTANCE
*<resistance><screenEdgeStrength>*
Screen Edge Strength is how far past the screen's edge your cursor must
move before the window will move with it. Resistance is counted in
pixels. Default is 20 pixels.
# FOCUS
*<focus><followMouse>* [yes|no]
@ -207,14 +214,6 @@ Configuration must be wrapped in a <labwc_config> root-node.
any motion events while a keyboard is typing, and for a short while
after as well.
# RESISTANCE
*<resistance><screenEdgeStrength>*
Screen Edge Strength is how far past the screen's edge your cursor must
move before the window will move with it. Resistance is counted in
pixels. Default is 20 pixels.
# SEE ALSO
labwc(1), labwc-actions(5), labwc-theme(5)