diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -72,8 +72,6 @@ static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", normbgco static const char *termcmd[] = { "st", NULL }; static const char scratchpadname[] = "scratchpad"; static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; -static const char *screenshot[] = { "scrot", "-e", "mv $f ~/Bilder", NULL }; -static const char *windowshot[] = { "scrot", "--focused", "-e", "mv $f ~/Bilder", NULL }; static const Key keys[] = { /* modifier key function argument */ @@ -117,8 +115,6 @@ static const Key keys[] = { TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_q, quit, {0} }, - { 0, XK_Print, spawn, {.v = screenshot } }, - { Mod1Mask, XK_Print, spawn, {.v = windowshot } }, }; /* button definitions */ |
