diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-10-08 02:30:28 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-10-08 02:30:28 +0200 |
| commit | cddce03397cdf9e3b913b0d11b5cf10375a3bcc0 (patch) | |
| tree | 8a28a1356b9a3f4c5e25aa34385e3d9893a91d94 /config.h | |
| parent | f4d1c0403fd2e5a80a240ff93785a397fb41d821 (diff) | |
changed scrot keybind
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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) |
