From b5aa24f3fd96b06e08832b2bdb9759d7cb2308b0 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Fri, 25 Nov 2011 14:13:15 +0200 Subject: revert buggy patch - retval needs more work --- src/config.h.def | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/config.h.def') 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}}, -- cgit v1.3.1