diff options
| author | tv <tv@krebsco.de> | 2020-04-12 09:45:06 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2020-04-12 09:45:06 +0200 |
| commit | 46d14d8bb8003dce64770c4ba5abbbf5903e971e (patch) | |
| tree | 7df0c248fccd841f73f31b85f77fb245b0f777b2 /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs | |
| parent | b3a59f2fcfc99aecd90b624a67e5880bafa7ecee (diff) | |
tv xmonad: add pavucontrol
Diffstat (limited to 'tv/5pkgs/haskell/xmonad-tv/src/Paths.hs')
| -rw-r--r-- | tv/5pkgs/haskell/xmonad-tv/src/Paths.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs index 3a879b5..dd21511 100644 --- a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs +++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs @@ -12,6 +12,9 @@ pactl = findExecutable "pactl" passmenu :: FilePath passmenu = findExecutable "passmenu" +pavucontrol :: FilePath +pavucontrol = findExecutable "pavucontrol" + slock :: FilePath slock = findExecutable "slock" |
