resolved conflict

This commit is contained in:
korei999 2023-12-01 13:45:25 +02:00
parent 9737043174
commit bdea3c0e79

View file

@ -268,7 +268,7 @@ static const Key keys[] = {
TAGKEYS(Key_8, 7),
TAGKEYS(Key_9, 8),
TAGKEYS(Key_0, 9),
{ SUPER | SHIFT, Key_q, quit, { 0 } },
{ SUPER | ALT, Key_q, quit, { 0 } },
/* Ctrl-Alt-Backspace and Ctrl-Alt-Fx used to be handled by X server */
{ WLR_MODIFIER_CTRL | WLR_MODIFIER_ALT, XKB_KEY_Terminate_Server, quit, { 0 } },
#define CHVT(KEY, n) \