config: add <core><adaptiveSync>

This commit is contained in:
Johan Malm 2021-10-22 20:23:09 +01:00
parent d9253331cd
commit c48b9d44d1
6 changed files with 10 additions and 7 deletions

View file

@ -28,6 +28,9 @@ Configuration must be wrapped in a <labwc_config> root-node.
The distance in pixels between views and output edges when using
movement actions, for example MoveToEdge. Default is 0.
*<core><adaptiveSync>* [yes|no]
Enable adaptive sync. Default is no.
# FOCUS
*<focus><followMouse>* [yes|no]

View file

@ -23,11 +23,6 @@ For example, this sets keyboard layout to Swedish:
XKB_DEFAULT_LAYOUT=se
```
The following environment variables are supported by labwc:
*LABWC_ADAPTIVE_SYNC*
Set to 1 enable adaptive sync
# SEE ALSO
labwc(1)

View file

@ -10,6 +10,7 @@
<core>
<decoration>server</decoration>
<gap>0</gap>
<adaptiveSync>no</adaptiveSync>
</core>
<!--