Added a prompt when exiting dwm, allowing the user to exit/reload/cancel.
[dwm] / config.h
index 9835e4d..7680b82 100644 (file)
--- a/config.h
+++ b/config.h
@@ -97,7 +97,7 @@ static const Key keys[] = {
        TAGKEYS(                        XK_7,                      6)
        TAGKEYS(                        XK_8,                      7)
        TAGKEYS(                        XK_9,                      8)
        TAGKEYS(                        XK_7,                      6)
        TAGKEYS(                        XK_8,                      7)
        TAGKEYS(                        XK_9,                      8)
-       { MODKEY|ShiftMask,             XK_q,      quit,           {0} },
+       { MODKEY|ShiftMask,             XK_q,      quitprompt,           {0} },
 };
 
 /* button definitions */
 };
 
 /* button definitions */