diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Hooks/EwmhDesktops.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Hooks/EwmhDesktops.hs b/XMonad/Hooks/EwmhDesktops.hs index db8d4fb..720376f 100644 --- a/XMonad/Hooks/EwmhDesktops.hs +++ b/XMonad/Hooks/EwmhDesktops.hs @@ -153,9 +153,9 @@ handle ClientMessageEvent { else if mt `elem` a_ignore then do return () else do - -- The Message is unknown to us, but that is ok, not all are meant - -- to be handled by the wndow manager - return () + -- The Message is unknown to us, but that is ok, not all are meant + -- to be handled by the window manager + return () handle _ = return () |