mirror of
https://github.com/labwc/labwc.git
synced 2026-03-20 05:34:12 -04:00
docs/environment: add example for keyboard toggle
This commit is contained in:
parent
41fe085824
commit
0e57c65393
1 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
||||||
# Example environment file
|
# Example environment file
|
||||||
|
|
||||||
# Set keyboard layout to Swedish
|
# Set keyboard layout to Swedish
|
||||||
XKB_DEFAULT_LAYOUT=se
|
# XKB_DEFAULT_LAYOUT=se
|
||||||
|
|
||||||
|
# Set two keyboard layouts and toggle between them using alt+shift
|
||||||
|
# XKB_DEFAULT_LAYOUT=se,de
|
||||||
|
# XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle
|
||||||
|
|
||||||
|
# Force firefox to use wayland backend
|
||||||
|
# MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue