diff options
Diffstat (limited to 'src/config.h.def')
| -rw-r--r-- | src/config.h.def | 4 |
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}}, |
