summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2019-11-23 15:02:52 +0000
committerrafa_99 <rafa99@protonmail.com>2019-11-23 15:02:52 +0000
commitcfc7a814091b35eaf41e0b17212592b0baf43028 (patch)
tree0b8313b1b717465cad5a85af9ad0d74f58f6fe9f /config.def.h
parentd7e07519c28b16dd2f5fe42d3c13191b94e60a52 (diff)
Added Restart Patch
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 2c844ed..ab65bfa 100644
--- a/config.def.h
+++ b/config.def.h
@@ -115,6 +115,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_Right, moveresize, {.v = (int []){ 0, 0, 25, 0 }}},
{ MODKEY|ShiftMask, XK_Left, moveresize, {.v = (int []){ 0, 0, -25, 0 }}},
{ MODKEY|ShiftMask, XK_f, togglefullscr, {0} },
+ { MODKEY|ControlMask|ShiftMask, XK_q, quit, {1} },
};
/* button definitions */