config: remove the underline from the XF86 keys

...to match the actual key names in 48500df716/include/xkbcommon/xkbcommon-keysyms.h (L2583)
This commit is contained in:
daniel 2026-04-01 23:30:57 -03:00
parent e45548077e
commit b0d4575534
3 changed files with 6 additions and 6 deletions

View file

@ -105,14 +105,14 @@ static struct key_combos {
.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",