summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-12-03 04:59:27 +0100
committerlassulus <lassulus@lassul.us>2018-12-03 04:59:27 +0100
commitc473636b778cc22afa09ae93cd4e69fdf8d9878f (patch)
treedd4fe201bac79e7e1d9e79c15cb2569539f11d62 /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
parent11aea15ec0207cbd081c0c1a8ba205f95308c7ae (diff)
parent0fe643ba5050e05991ac1c1e8a9cc7f8038ca2e1 (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv/src/Paths.hs')
-rw-r--r--tv/5pkgs/haskell/xmonad-tv/src/Paths.hs7
1 files changed, 5 insertions, 2 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
index e12c25b..3a879b5 100644
--- a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
+++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
@@ -13,10 +13,13 @@ passmenu :: FilePath
passmenu = findExecutable "passmenu"
slock :: FilePath
-slock = "/run/wrappers/bin/slock"
+slock = findExecutable "slock"
su :: FilePath
-su = "/run/wrappers/bin/su"
+su = findExecutable "su"
urxvtc :: FilePath
urxvtc = findExecutable "urxvtc"
+
+xcalib :: FilePath
+xcalib = findExecutable "xcalib"