From: ARDiDo <90479315+ARDiDo@users.noreply.github.com> Date: Fri, 15 Oct 2021 16:14:07 +0000 (-0400) Subject: Update labwc-config(5) X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=4a6093f43e0900298dc869cb338155c4160db593;p=proto%2Flabwc.git Update labwc-config(5) --- diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 9bfec0f1..1a22718c 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -89,6 +89,13 @@ Configuration must be wrapped in a root-node. A- - move window to edge ``` +** + Sets the rate at which keypresses are repeated per second. The default + rate is 25/second. + +** + Sets the delay before keypresses are repeated in milliseconds. + # MOUSE ** @@ -98,6 +105,48 @@ Configuration must be wrapped in a root-node. Define a mouse binding. Supported context-names include: 'TitleBar'. +# LIBINPUT + +** + Define a category of devices to use the configuration values that + follow. The category can be set to touch-- devices that define a width + and height-- non-touch, default, or the name of a device. You can obtain + your devices name by running *libinput list-devices* (you may need to + be root or a part of the input group to perform this.) Any members of + this category that aren't set use the default for the device. With the + exception of tap-to-click, which is enabled by default. + +** [yes|no] + Use natural scrolling for this category if available. + +** [yes|no] + Use your devices left-handed mode if available. + +** + Set the pointer speed for this category. The speed is a number between + \-1 and 1, with 0 being the default in most cases, and 1 being the + fastest. + +** [flat|adaptive] + Set the pointer's acceleration profile for this category. Flat applies + no acceleration (the pointers velocity is constant), while adaptive + changes the pointers speed based the actual speed of your mouse or + finger on your touchpad. + +** [yes|no] + Enable or disable tap-to-click for this category. This is enabled by + default for all categories. + +** [yes|no] + Enable or disable middle button emulation for this category. Middle + emulation processes a simultaneous left and right click as a press of + the middle mouse button (scroll wheel). + +*device category="">* [yes|no] + Enable or disable disable while typing for this category. DWT ignores + any motion events while a keyboard is typing, and for a short while + after as well. + # SEE ALSO labwc(1), labwc-actions(5), labwc-theme(5)