summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-31 20:18:00 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-31 20:18:00 +0200
commitadfadfd4b7df20c6adf1cc8ea0cd0bc9a31f844a (patch)
tree401f4abcb42bc4f4a97e0475e127cd3fec446e35
parent80a6ec28ba02e897c45d96eb91d2931a52d01184 (diff)
added scrot hotkey
-rwxr-xr-xconfig.h1
-rwxr-xr-xdwmbin74928 -> 75040 bytes
-rw-r--r--dwm.obin63480 -> 63744 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index a8aa6e5..6cea878 100755
--- a/config.h
+++ b/config.h
@@ -111,6 +111,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
{ MODKEY, XK_b, spawn, SHCMD("firefox") },
+ { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s") },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)
diff --git a/dwm b/dwm
index 38a2304..1977a15 100755
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index c0427bf..64be372 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ