summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-02-28 21:08:39 +0100
committertv <tv@krebsco.de>2021-02-28 21:14:03 +0100
commit1f7fabbd272581d10576f86e7d6b64570e05518e (patch)
treee47d16bb04c9879e8bed1d9f0b1a3d0a1da51eb8 /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
parent009b9f735e9305d0e1c1e5678252b172f36fb449 (diff)
tv xmonad: add xdeny
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 b2ad01ae..2569b60c 100644
--- a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
+++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
@@ -32,3 +32,6 @@ xcalib = findExecutable "xcalib"
xdpychvt :: FilePath
xdpychvt = findExecutable "xdpychvt"
+
+xterm :: FilePath
+xterm = findExecutable "xterm"