diff options
author | tv <tv@krebsco.de> | 2021-02-07 22:28:50 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-02-07 22:57:16 +0100 |
commit | bda725bbfc4a4e1ecf8a8fd8d3dbff69b5cf4d60 (patch) | |
tree | 48e0173172ea49cca3e151fc0af9a3bc446d6bc6 /tv/5pkgs/haskell/xmonad-tv/src/Paths.hs | |
parent | a94d2ce6c7e83ecb0337affd91200c4774ba7920 (diff) |
tv xmonad: integrate xdpychvt
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 6b7235530..b2ad01ae7 100644 --- a/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs +++ b/tv/5pkgs/haskell/xmonad-tv/src/Paths.hs @@ -29,3 +29,6 @@ urxvtc = findExecutable "urxvtc" xcalib :: FilePath xcalib = findExecutable "xcalib" + +xdpychvt :: FilePath +xdpychvt = findExecutable "xdpychvt" |