xmonad-config/lib/XMonad/Internal/DBus/Common.hs

17 lines
343 B
Haskell

--------------------------------------------------------------------------------
-- | High-level interface for managing XMonad's DBus
module XMonad.Internal.DBus.Common
( xmonadBusName
, btBus
) where
import DBus
xmonadBusName :: BusName
xmonadBusName = busName_ "org.xmonad"
btBus :: BusName
btBus = busName_ "org.bluez"