config: deprecate A-F3

...because A-F3 is too close to A-F4 and it is better to be agnostic to
choice of launcher.
This commit is contained in:
Johan Malm 2025-06-13 19:34:53 +01:00 committed by Johan Malm
parent 26a9c637d8
commit e62f403f56
3 changed files with 0 additions and 11 deletions

View file

@ -696,7 +696,6 @@ extending outward from the snapped edge.
A-Tab - next window
A-S-Tab - previous window
W-Return - alacritty
A-F3 - run bemenu
A-F4 - close window
W-a - toggle maximize
W-<arrow> - resize window to fill half the output

View file

@ -260,9 +260,6 @@
<keybind key="W-Return">
<action name="Execute" command="alacritty" />
</keybind>
<keybind key="A-F3">
<action name="Execute" command="bemenu-run" />
</keybind>
<keybind key="A-F4">
<action name="Close" />
</keybind>

View file

@ -22,13 +22,6 @@ static struct key_combos {
.name = "command",
.value = "alacritty",
},
}, {
.binding = "A-F3",
.action = "Execute",
.attributes[0] = {
.name = "command",
.value = "bemenu-run",
},
}, {
.binding = "A-F4",
.action = "Close",