From cddce03397cdf9e3b913b0d11b5cf10375a3bcc0 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 8 Oct 2022 02:30:28 +0200 Subject: changed scrot keybind --- config.h | 6 ++---- dwm | Bin 75144 -> 75144 bytes dwm.o | Bin 64000 -> 64032 bytes 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 0873c67..8e6ceab 100755 --- a/config.h +++ b/config.h @@ -104,15 +104,13 @@ static Key keys[] = { { MODKEY, XK_r, setlayout, {.v = &layouts[3]} }, { MODKEY|ShiftMask, XK_r, setlayout, {.v = &layouts[4]} }, { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, - /* { MODKEY, XK_0, view, {.ui = ~0 } }, */ - /* { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, */ { MODKEY, XK_comma, focusmon, {.i = -1 } }, { MODKEY, XK_period, focusmon, {.i = +1 } }, { 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") }, - { 0, XK_Print, spawn, SHCMD("scrot -u") }, + { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/Pictures/'") }, + { 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/Pictures/'") }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) diff --git a/dwm b/dwm index 0db4114..d781aff 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 2036747..a3a49f4 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3