mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
Add labwc-environment(5)
This commit is contained in:
parent
f5689410be
commit
fbfa0c4a9e
2 changed files with 41 additions and 1 deletions
33
docs/labwc-environment.5.scd
Normal file
33
docs/labwc-environment.5.scd
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
labwc-environment(1)
|
||||
|
||||
# NAME
|
||||
|
||||
labwc - environment
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
The environment file is parsed as <variable>=<value> and sets environment
|
||||
variables accordingly.
|
||||
|
||||
Note that the environment file is treated differently by openbox where
|
||||
it is simply sourced prior to running openbox.
|
||||
|
||||
# CONFIGURATION
|
||||
|
||||
It is recommended to specify keyboard settings here. See
|
||||
xkeyboard-config(7) for details.
|
||||
|
||||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue