aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.def
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-25 14:13:15 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-25 17:32:21 +0200
commitb5aa24f3fd96b06e08832b2bdb9759d7cb2308b0 (patch)
treea487aa57b7ea3abd2478aed53383a5ecc7250f21 /src/config.h.def
parentd16e2e95e1b48f08e211937f731abd21eec69c14 (diff)
revert buggy patch - retval needs more work
Diffstat (limited to 'src/config.h.def')
-rw-r--r--src/config.h.def4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.h.def b/src/config.h.def
index 99f485e..8ae8f26 100644
--- a/src/config.h.def
+++ b/src/config.h.def
@@ -1,6 +1,6 @@
/* config.h for dminiwm.c [ 0.1.7 ]
*
- * Started from catwm 31/12/10
+ * Started from catwm 31/12/10
* Bad window error checking and numlock checking used from
* 2wm at http://hg.suckless.org/2wm/
*
@@ -96,8 +96,6 @@ static key keys[] = {
{ MOD1|ShiftMask, XK_h, switch_horizontal, {NULL}},
{ MOD1|ShiftMask, XK_m, switch_fullscreen, {NULL}},
{ MOD1|ShiftMask, XK_v, switch_vertical, {NULL}},
- { MOD1|ShiftMask, XK_r, quit, {.i = 0}}, /* restart */
- { MOD1|ShiftMask, XK_q, quit, {.i = 1}}, /* quit */
// Control + alt + shortcut
{ MOD1|ControlMask, XK_q, quit, {NULL}},
{ MOD1|ControlMask, XK_r, spawn, {.com = rebootcmd}},