add delay for screenshot

This commit is contained in:
Cedric Girard 2014-12-02 16:47:13 +01:00
parent 921e29114d
commit 796c133970

View file

@ -190,7 +190,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
-- 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")]