mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-28 18:03:48 -07:00
XMonad.Hooks.Script: haddock fixes
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
-- Stability : unstable
|
-- Stability : unstable
|
||||||
-- Portability : unportable
|
-- Portability : unportable
|
||||||
--
|
--
|
||||||
-- Provides a simple interface for running a ~/.xmonad/hooks script with the
|
-- Provides a simple interface for running a ~\/.xmonad\/hooks script with the
|
||||||
-- name of a hook.
|
-- name of a hook.
|
||||||
--
|
--
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
@@ -43,8 +43,8 @@ import System.Directory
|
|||||||
-- > ...
|
-- > ...
|
||||||
-- > }
|
-- > }
|
||||||
--
|
--
|
||||||
-- Now, everytime the startup hook runs, the command "~\/.xmonad/hooks startup"
|
-- Now, everytime the startup hook runs, the command
|
||||||
-- will also.
|
-- @~\/.xmonad\/hooks startup@ will also.
|
||||||
|
|
||||||
-- | Execute a named script hook
|
-- | Execute a named script hook
|
||||||
execScriptHook :: MonadIO m => String -> m ()
|
execScriptHook :: MonadIO m => String -> m ()
|
||||||
|
Reference in New Issue
Block a user