From afaed4af6376317bd9ce139c83c502c41adc3880 Mon Sep 17 00:00:00 2001 From: daniel <193309918+danielfrrrr@users.noreply.github.com> Date: Wed, 8 Apr 2026 05:37:35 -0300 Subject: [PATCH] config: remove the underline from the XF86 keys to match the actual key names in xkbcommon-keysyms.h --- README.md | 10 +++++----- docs/rc.xml.all | 10 +++++----- include/config/default-bindings.h | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 379de77a..ec00083d 100644 --- a/README.md +++ b/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. diff --git a/docs/rc.xml.all b/docs/rc.xml.all index bbec9d0b..6d543b46 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -291,19 +291,19 @@ - + - + - + - + - + diff --git a/include/config/default-bindings.h b/include/config/default-bindings.h index 9d42d237..f2042c28 100644 --- a/include/config/default-bindings.h +++ b/include/config/default-bindings.h @@ -84,35 +84,35 @@ static struct key_combos { .value = "no", }, }, { - .binding = "XF86_AudioLowerVolume", + .binding = "XF86AudioLowerVolume", .action = "Execute", .attributes[0] = { .name = "command", .value = "amixer sset Master 5%-", }, }, { - .binding = "XF86_AudioRaiseVolume", + .binding = "XF86AudioRaiseVolume", .action = "Execute", .attributes[0] = { .name = "command", .value = "amixer sset Master 5%+", }, }, { - .binding = "XF86_AudioMute", + .binding = "XF86AudioMute", .action = "Execute", .attributes[0] = { .name = "command", .value = "amixer sset Master toggle", }, }, { - .binding = "XF86_MonBrightnessUp", + .binding = "XF86MonBrightnessUp", .action = "Execute", .attributes[0] = { .name = "command", .value = "brightnessctl set +10%", }, }, { - .binding = "XF86_MonBrightnessDown", + .binding = "XF86MonBrightnessDown", .action = "Execute", .attributes[0] = { .name = "command",