| combination | action
| ------------------------ | ------
| `alt`-`tab` | activate next window
-| `alt`-`escape` | exit
| `super`-`return` | alacritty
| `alt`-`F3` | bemenu
| `alt`-`F4` | close window
<keyboard>
<repeatRate>25</repeatRate>
<repeatDelay>600</repeatDelay>
- <keybind key="A-Escape">
- <action name="Exit" />
- </keybind>
<keybind key="A-Tab">
<action name="NextWindow" />
</keybind>
const char *binding, *action, *command;
} key_combos[] = {
{ "A-Tab", "NextWindow", NULL },
- { "A-Escape", "Exit", NULL },
{ "W-Return", "Execute", "alacritty" },
{ "A-F3", "Execute", "bemenu-run" },
{ "A-F4", "Close", NULL },