Remove screenshot keybind
This commit is contained in:
parent
ff4c5e5b38
commit
830b9bcba0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue