mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
config: add <core><adaptiveSync>
This commit is contained in:
parent
d9253331cd
commit
c48b9d44d1
6 changed files with 10 additions and 7 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
<core>
|
||||
<decoration>server</decoration>
|
||||
<gap>0</gap>
|
||||
<adaptiveSync>no</adaptiveSync>
|
||||
</core>
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue