add delay for screenshot
This commit is contained in:
parent
921e29114d
commit
796c133970
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
|
||||||
|
|
||||||
-- screenshots
|
-- screenshots
|
||||||
--
|
--
|
||||||
[((controlMask, xK_Print), spawn "sleep 0.2; scrot -s"),
|
[((controlMask, xK_Print), spawn "sleep 0.2; scrot -s -d 1"),
|
||||||
((0, xK_Print), spawn "scrot")]
|
((0, xK_Print), spawn "scrot")]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue