summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-12-02 15:43:49 +0100
committertv <tv@krebsco.de>2018-12-02 15:45:06 +0100
commita58628d1c3c8fb4d730ee77ce3fae6130271962f (patch)
tree7fbefb58cae4222918ed9fb6a56d694e2db25903 /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
parent46dc547bbe9edbb2a314145482e220287ab4c70a (diff)
tv xmonad: add xcalib
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 317900c1..3a879b5d 100644
--- a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
+++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
@@ -20,3 +20,6 @@ su = findExecutable "su"
urxvtc :: FilePath
urxvtc = findExecutable "urxvtc"
+
+xcalib :: FilePath
+xcalib = findExecutable "xcalib"