diff options
author | tv <tv@krebsco.de> | 2018-12-02 14:52:25 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-02 15:37:42 +0100 |
commit | b9bd7a08b8aab6c0a7b4df5bad2ac7d40474633a (patch) | |
tree | 9c6a9de4938b7a4ca315ad2bf121b52e63702105 /tv/5pkgs | |
parent | 29d9070f04fd57ced04b4304f27b4adc042c4388 (diff) |
tv xmonad: find all paths
Diffstat (limited to 'tv/5pkgs')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/Paths.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs index e12c25bd5..317900c1c 100644 --- a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs +++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs @@ -13,10 +13,10 @@ 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" |