mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
config: remove the underline from the XF86 keys
to match the actual key names in xkbcommon-keysyms.h
This commit is contained in:
parent
90c38e2681
commit
afaed4af63
3 changed files with 15 additions and 15 deletions
10
README.md
10
README.md
|
|
@ -217,11 +217,11 @@ If you have not created an rc.xml config file, default bindings will be:
|
|||
| `super`-`mouse-right` | resize window
|
||||
| `super`-`arrow` | resize window to fill half the output
|
||||
| `alt`-`space` | show the window menu
|
||||
| `XF86_AudioLowerVolume` | amixer sset Master 5%-
|
||||
| `XF86_AudioRaiseVolume` | amixer sset Master 5%+
|
||||
| `XF86_AudioMute` | amixer sset Master toggle
|
||||
| `XF86_MonBrightnessUp` | brightnessctl set +10%
|
||||
| `XF86_MonBrightnessDown` | brightnessctl set 10%-
|
||||
| `XF86AudioLowerVolume` | amixer sset Master 5%-
|
||||
| `XF86AudioRaiseVolume` | amixer sset Master 5%+
|
||||
| `XF86AudioMute` | amixer sset Master toggle
|
||||
| `XF86MonBrightnessUp` | brightnessctl set +10%
|
||||
| `XF86MonBrightnessDown` | brightnessctl set 10%-
|
||||
|
||||
A root-menu can be opened by clicking on the desktop.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue