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

12 lines
285 B
Haskell
Raw Normal View History

2020-04-01 22:06:00 -04:00
--------------------------------------------------------------------------------
-- | High-level interface for managing XMonad's DBus
2020-04-01 22:06:00 -04:00
2020-04-01 20:17:47 -04:00
module XMonad.Internal.DBus.Common
( xmonadBusName
2020-04-01 20:17:47 -04:00
) where
2020-04-01 20:17:47 -04:00
import DBus
xmonadBusName :: BusName
xmonadBusName = busName_ "org.xmonad"