keybind: remove default alt-escape for Exit

...because too many have exited the compositor by mistake trying to get
out of alt-tab cycling or similar.
This commit is contained in:
Johan Malm 2022-08-12 21:36:26 +01:00 committed by Consolatis
parent 1cdebbc22d
commit 19dea7450b
4 changed files with 0 additions and 6 deletions

View file

@ -501,7 +501,6 @@ static struct {
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 },