fix config

This commit is contained in:
Ray Andrew 2024-09-26 23:38:41 -05:00
parent 3bc510484b
commit 60f79491e9

View file

@ -229,8 +229,8 @@ static const Key keys[] = {
TAGKEYS( XKB_KEY_8, XKB_KEY_asterisk, 7), TAGKEYS( XKB_KEY_8, XKB_KEY_asterisk, 7),
TAGKEYS( XKB_KEY_9, XKB_KEY_parenleft, 8), TAGKEYS( XKB_KEY_9, XKB_KEY_parenleft, 8),
TAGKEYS( XKB_KEY_0, XKB_KEY_parenright, 9), TAGKEYS( XKB_KEY_0, XKB_KEY_parenright, 9),
{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_R, spawn, SHCMD("killall dbus-run-session") }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_R, quit, {0} },
// { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_R, quit, {0} }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_E, spawn, SHCMD("killall dbus-run-session") },
// gaps // gaps
{ MODKEY, XKB_KEY_minus, incgaps, {.i = -1 } }, { MODKEY, XKB_KEY_minus, incgaps, {.i = -1 } },
@ -272,7 +272,7 @@ static const Key keys[] = {
{ 0, XKB_KEY_F12, spawn, SHCMD("~/bin/dwm-man") }, { 0, XKB_KEY_F12, spawn, SHCMD("~/bin/dwm-man") },
/* 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} },
/* Ctrl-Alt-Fx is used to switch to another VT, if you don't know what a VT is /* Ctrl-Alt-Fx is used to switch to another VT, if you don't know what a VT is
* do not remove them. * do not remove them.
*/ */