diff options
| author | lassulus <lassulus@lassul.us> | 2018-12-03 04:59:27 +0100 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2018-12-03 04:59:27 +0100 |
| commit | c473636b778cc22afa09ae93cd4e69fdf8d9878f (patch) | |
| tree | dd4fe201bac79e7e1d9e79c15cb2569539f11d62 /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs | |
| parent | 11aea15ec0207cbd081c0c1a8ba205f95308c7ae (diff) | |
| parent | 0fe643ba5050e05991ac1c1e8a9cc7f8038ca2e1 (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.hs | 7 |
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" |
