blob: 24a809bfef0c00cc11bfad7cc4c841b5bde12274 (
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
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"
|