diff options
| author | tv <tv@krebsco.de> | 2020-05-05 17:37:18 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2020-05-05 17:49:28 +0200 |
| commit | 18accefeaf45648e8e88da3a9f97ecc49a59c833 (patch) | |
| tree | 1ac9ddbde8df03c852c6529cf11af16e89c92cee /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs | |
| parent | 57d42270b6579cda5463fa03bd09ac05bc4ddec6 (diff) | |
tv xmonad: add flameshot-once
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 dd21511..6b72355 100644 --- a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs +++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs @@ -3,6 +3,9 @@ module Paths where import Helpers.Path +flameshot :: FilePath +flameshot = findExecutable "flameshot-once" + otpmenu :: FilePath otpmenu = findExecutable "otpmenu" |
