summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 22:19:14 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 22:19:14 +0200
commit530bb1e04b973dda11d4a2dbd0117735746fd1a3 (patch)
treec40a5a4ef21a113c3d8bf63e54d46bb009700a50 /config.def.h
parent7f63a5887365e48708070b8542d39f396832472e (diff)
Revert "creenshots with scrot"
This reverts commit 7f63a5887365e48708070b8542d39f396832472e.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 3f2f1c6..3a1647b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 */