mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-01-15 05:17:29 -08:00
resolved conflict
This commit is contained in:
parent
9737043174
commit
bdea3c0e79
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ static const Key keys[] = {
|
||||||
TAGKEYS(Key_8, 7),
|
TAGKEYS(Key_8, 7),
|
||||||
TAGKEYS(Key_9, 8),
|
TAGKEYS(Key_9, 8),
|
||||||
TAGKEYS(Key_0, 9),
|
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 */
|
/* 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 } },
|
{ WLR_MODIFIER_CTRL | WLR_MODIFIER_ALT, XKB_KEY_Terminate_Server, quit, { 0 } },
|
||||||
#define CHVT(KEY, n) \
|
#define CHVT(KEY, n) \
|
||||||
|
|
Loading…
Reference in a new issue