aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-01-31 08:29:47 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-01-31 08:29:47 -0500
commit593e3c3847a721afd3c7d88767037a7b13132a11 (patch)
treec822cf06e6fc78dab31d2f74e6911840d4150af9 /config.def.h
parent712d6639ff8e863560328131bbb92b248dc9cde7 (diff)
downloaddwm-593e3c3847a721afd3c7d88767037a7b13132a11.tar.gz
dwm-593e3c3847a721afd3c7d88767037a7b13132a11.tar.xz
On the fly restart
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9efa774..aed3eb3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -94,6 +94,7 @@ static const Key keys[] = {
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
+ { MODKEY|ShiftMask, XK_r, restart, {0} },
{ MODKEY|ShiftMask, XK_q, quit, {0} },
};