summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 51beea8..eb6b7c6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -90,7 +90,7 @@ static const Key keys[] = {
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
- { MODKEY|ShiftMask, XK_e, quit, {0} },
+ { MODKEY|ShiftMask, XK_e, spawn, SHCMD("prompt 'Are you sure you want to Shutdown?' 'sudo shutdown -h now'") },
};
/* button definitions */