summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-02-07 22:28:50 +0100
committertv <tv@krebsco.de>2021-02-07 22:57:16 +0100
commit4ec04fe23a6e6c8fc151a8ab77a8ab27c78c1b4f (patch)
tree120cf684ea4f9a302e719b54179dbdf6da321381 /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
parentd6a6822b7b32baf8e7a56a6ecbc9a14b2e0a7110 (diff)
tv xmonad: integrate xdpychvt
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv/src/Paths.hs')
-rw-r--r--tv/5pkgs/haskell/xmonad-tv/src/Paths.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
index 6b72355..b2ad01a 100644
--- a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
+++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
@@ -29,3 +29,6 @@ urxvtc = findExecutable "urxvtc"
xcalib :: FilePath
xcalib = findExecutable "xcalib"
+
+xdpychvt :: FilePath
+xdpychvt = findExecutable "xdpychvt"