diff --git a/config_files/dwl/config.h b/config_files/dwl/config.h index 1f8a56f..d659eb8 100644 --- a/config_files/dwl/config.h +++ b/config_files/dwl/config.h @@ -147,6 +147,7 @@ static const Key keys[] = { { 0, XKB_KEY_XF86AudioMicMute, spawn, {.v = mutecmd} }, { 0, XKB_KEY_XF86MonBrightnessUp, spawn, {.v = brightcmd} }, { 0, XKB_KEY_XF86MonBrightnessDown, spawn, {.v = dimcmd} }, + { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Delete, spawn, {.v = shutdowncmd} }, /* custom */ { MODKEY, XKB_KEY_b, togglebar, {0} }, { MODKEY, XKB_KEY_j, focusstack, {.i = +1} },