...because A-F3 is too close to A-F4 and it is better to be agnostic to
choice of launcher.
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
<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>
.name = "command",
.value = "alacritty",
},
- }, {
- .binding = "A-F3",
- .action = "Execute",
- .attributes[0] = {
- .name = "command",
- .value = "bemenu-run",
- },
}, {
.binding = "A-F4",
.action = "Close",