From 32d280b9fc4f5703a2c9516d22cf088840e22a96 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 4 Jun 2007 03:55:32 +0200 Subject: whitespace darcs-hash:20070604015532-9c5c1-1fda0e7e7cf686dc71785d3877a51d23f42b5919.gz --- XMonad.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'XMonad.hs') diff --git a/XMonad.hs b/XMonad.hs index 9cf7cbf..d6fc83f 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -80,7 +80,7 @@ runX c st (X a) = runStateT (runReaderT a c) st >> return () -- | Run a monad action with the current display settings withDisplay :: (Display -> X a) -> X a -withDisplay f = asks display >>= f +withDisplay f = asks display >>= f -- | Run a monadic action with the current stack set withWindowSet :: (WindowSet -> X a) -> X a @@ -96,8 +96,8 @@ getAtom str = withDisplay $ \dpy -> io $ internAtom dpy str False -- | Common non-predefined atoms atom_WM_PROTOCOLS, atom_WM_DELETE_WINDOW :: X Atom -atom_WM_PROTOCOLS = getAtom "WM_PROTOCOLS" -atom_WM_DELETE_WINDOW = getAtom "WM_DELETE_WINDOW" +atom_WM_PROTOCOLS = getAtom "WM_PROTOCOLS" +atom_WM_DELETE_WINDOW = getAtom "WM_DELETE_WINDOW" ------------------------------------------------------------------------ -- Layout handling -- cgit v1.2.3