config: remove the underline from the XF86 keys

to match the actual key names in xkbcommon-keysyms.h
This commit is contained in:
daniel 2026-04-08 05:37:35 -03:00 committed by GitHub
parent 90c38e2681
commit afaed4af63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View file

@ -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",