diff --git a/config.def.h b/config.def.h index 70a3f2e..dffefe7 100644 --- a/config.def.h +++ b/config.def.h @@ -45,7 +45,6 @@ static const unsigned int alphas[][3] = { static const char *upvol[] = { "/home/vtimofei/scripts/volup", NULL }; static const char *downvol[] = { "/home/vtimofei/scripts/voldown", NULL }; static const char *mutevol[] = { "/home/vtimofei/scripts/mutetog", NULL }; -static const char *screenshot[] = { "gnome-screenshot", NULL }; static const char *lock_screen[] = { "xscreensaver-command", "-lock", NULL }; /* tagging */ @@ -148,7 +147,6 @@ static Key keys[] = { { MODKEY, XK_period, focusmon, {.i = +1 } }, { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, - { 0, XK_Print, spawn, {.v = screenshot } }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2)