tv xmonad: integrate xdpychvt
This commit is contained in:
parent
a94d2ce6c7
commit
bda725bbfc
|
@ -29,3 +29,6 @@ urxvtc = findExecutable "urxvtc"
|
|||
|
||||
xcalib :: FilePath
|
||||
xcalib = findExecutable "xcalib"
|
||||
|
||||
xdpychvt :: FilePath
|
||||
xdpychvt = findExecutable "xdpychvt"
|
||||
|
|
|
@ -190,6 +190,9 @@ myKeys conf = Map.fromList $
|
|||
, ((_4, xK_Prior), forkFile Paths.xcalib ["-invert", "-alter"] Nothing)
|
||||
|
||||
, ((0, xK_Print), forkFile Paths.flameshot [] Nothing)
|
||||
|
||||
, ((_C, xF86XK_Forward), forkFile Paths.xdpychvt ["next"] Nothing)
|
||||
, ((_C, xF86XK_Back), forkFile Paths.xdpychvt ["prev"] Nothing)
|
||||
]
|
||||
where
|
||||
_4 = mod4Mask
|
||||
|
|
Loading…
Reference in a new issue