add screenshot shortkeys

This commit is contained in:
Felix Van der Jeugt 2015-05-27 14:10:08 +02:00
parent 44e7228612
commit 24cf859941
1 changed files with 4 additions and 0 deletions

View File

@ -204,6 +204,10 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $
, ((modm .|. shiftMask, xK_Tab), gotoMenu) , ((modm .|. shiftMask, xK_Tab), gotoMenu)
, ((modm .|. controlMask, xK_Tab), bringMenu) , ((modm .|. controlMask, xK_Tab), bringMenu)
-- Screens
, ((modm .|. shiftMask, xK_p), spawn $ silent "push.sh")
, ((modm .|. controlMask, xK_p), spawn $ silent "push.sh -s")
] ]
++ ++