add screenshot shortkeys
This commit is contained in:
parent
44e7228612
commit
24cf859941
@ -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")
|
||||||
|
|
||||||
]
|
]
|
||||||
++
|
++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user