From 4e78e54bce7dcc3d48e739fc0d7956e71c06eaa8 Mon Sep 17 00:00:00 2001 From: Vegard Bieker Matthey Date: Wed, 1 Apr 2026 04:28:09 +0200 Subject: [PATCH] bind shutdowncmd --- config_files/dwl/config.h | 1 + 1 file changed, 1 insertion(+) 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} },