mirror of
https://github.com/labwc/labwc.git
synced 2026-02-27 01:40:30 -05:00
labwc-config(5): minor language tweaks
This commit is contained in:
parent
7398966661
commit
ecc28d5e10
1 changed files with 15 additions and 14 deletions
|
|
@ -9,7 +9,7 @@ labwc - Configuration
|
||||||
The configuration aims to be compatible with openbox specification, but there
|
The configuration aims to be compatible with openbox specification, but there
|
||||||
are some differences which are pointed out throughout the man pages.
|
are some differences which are pointed out throughout the man pages.
|
||||||
|
|
||||||
Adhering to XDG Base Directory Specification, configuration files will
|
In accordance with XDG Base Directory Specification, configuration files will
|
||||||
be searched for in the following order:
|
be searched for in the following order:
|
||||||
|
|
||||||
- ${XDG_CONFIG_HOME:-$HOME/.config}/labwc
|
- ${XDG_CONFIG_HOME:-$HOME/.config}/labwc
|
||||||
|
|
@ -31,17 +31,17 @@ Configuration must be wrapped in a <labwc_config> root-node.
|
||||||
# FOCUS
|
# FOCUS
|
||||||
|
|
||||||
*<focus><followMouse>* [yes|no]
|
*<focus><followMouse>* [yes|no]
|
||||||
Make focus follow mouse, e.g. focus is given to window under mouse
|
Make focus follow mouse, i.e. focus is given to window under mouse
|
||||||
cursor
|
cursor. Default is no.
|
||||||
|
|
||||||
*<focus><raiseOnFocus>* [yes|no]
|
*<focus><raiseOnFocus>* [yes|no]
|
||||||
Also raise window to top when focused. Only applies if followMouse is
|
Raise window to top when focused. Only applies if followMouse is
|
||||||
set
|
set. Default is no.
|
||||||
|
|
||||||
# THEME
|
# THEME
|
||||||
|
|
||||||
*<theme><name>*
|
*<theme><name>*
|
||||||
The name of the Openbox theme to use. Default is Clearlooks-3.4
|
The name of the Openbox theme to use. It is not set by default.
|
||||||
|
|
||||||
*<theme><cornerRadius>*
|
*<theme><cornerRadius>*
|
||||||
The radius of server side decoration top corners. Default is 8.
|
The radius of server side decoration top corners. Default is 8.
|
||||||
|
|
@ -94,11 +94,12 @@ Configuration must be wrapped in a <labwc_config> root-node.
|
||||||
brightnessctl respectively
|
brightnessctl respectively
|
||||||
|
|
||||||
*<keyboard><repeatRate>*
|
*<keyboard><repeatRate>*
|
||||||
Sets the rate at which keypresses are repeated per second. The default
|
Set the rate at which keypresses are repeated per second.
|
||||||
rate is 25/second.
|
Default is 25.
|
||||||
|
|
||||||
*<keyboard><repeatDelay>*
|
*<keyboard><repeatDelay>*
|
||||||
Sets the delay before keypresses are repeated in milliseconds.
|
Set the delay before keypresses are repeated in milliseconds.
|
||||||
|
Default is 600.
|
||||||
|
|
||||||
# MOUSE
|
# MOUSE
|
||||||
|
|
||||||
|
|
@ -113,11 +114,11 @@ Configuration must be wrapped in a <labwc_config> root-node.
|
||||||
|
|
||||||
*<libinput><device category="">*
|
*<libinput><device category="">*
|
||||||
Define a category of devices to use the configuration values that
|
Define a category of devices to use the configuration values that
|
||||||
follow. The category can be set to touch-- devices that define a width
|
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
|
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
|
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
|
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
|
this category that are not set use the default for the device. With the
|
||||||
exception of tap-to-click, which is enabled by default.
|
exception of tap-to-click, which is enabled by default.
|
||||||
|
|
||||||
*<libinput><device category=""><naturalScroll>* [yes|no]
|
*<libinput><device category=""><naturalScroll>* [yes|no]
|
||||||
|
|
@ -128,8 +129,8 @@ Configuration must be wrapped in a <labwc_config> root-node.
|
||||||
|
|
||||||
*<libinput><device category=""><pointerSpeed>* [\-1.0 to 1.0]
|
*<libinput><device category=""><pointerSpeed>* [\-1.0 to 1.0]
|
||||||
Set the pointer speed for this category. The speed is a number between
|
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
|
\-1.0 and 1.0, with 0.0 being the default in most cases, and 1.0 being
|
||||||
fastest.
|
the fastest.
|
||||||
|
|
||||||
*<libinput><device category=""><accelProfile>* [flat|adaptive]
|
*<libinput><device category=""><accelProfile>* [flat|adaptive]
|
||||||
Set the pointer's acceleration profile for this category. Flat applies
|
Set the pointer's acceleration profile for this category. Flat applies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue