Remove screenshot keybind

This commit is contained in:
Victor Timofei 2021-06-29 22:34:13 +03:00
parent ff4c5e5b38
commit 830b9bcba0
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 0 additions and 2 deletions

View File

@ -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)