diff options
author | tv <tv@krebsco.de> | 2018-11-30 09:03:52 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-30 09:48:36 +0100 |
commit | 94a09258ad3202cfba1bcba8cdbf99b51f5aae86 (patch) | |
tree | 7142334df0f353d8d7da5430ef6cc14d09cfcf7d /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs | |
parent | 4319a386800c8dd535fe8b7273539d258e3c6092 (diff) |
tv xmonad: move to haskell packages
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv/src/Paths.hs')
-rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/Paths.hs | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs new file mode 100644 index 000000000..24a809bfe --- /dev/null +++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs @@ -0,0 +1,22 @@ +module Paths where + +import Helpers.Path + + +amixer :: FilePath +amixer = findExecutable "amixer" + +otpmenu :: FilePath +otpmenu = findExecutable "otpmenu" + +passmenu :: FilePath +passmenu = findExecutable "passmenu" + +slock :: FilePath +slock = "/run/wrappers/bin/slock" + +su :: FilePath +su = "/run/wrappers/bin/su" + +urxvtc :: FilePath +urxvtc = findExecutable "urxvtc" |