summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs
blob: e12c25bd559c4bea1d888c380fc67b515d66c83c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module Paths where

import Helpers.Path


otpmenu :: FilePath
otpmenu = findExecutable "otpmenu"

pactl :: FilePath
pactl = findExecutable "pactl"

passmenu :: FilePath
passmenu = findExecutable "passmenu"

slock :: FilePath
slock = "/run/wrappers/bin/slock"

su :: FilePath
su = "/run/wrappers/bin/su"

urxvtc :: FilePath
urxvtc = findExecutable "urxvtc"