From 4beb3da5cdac4b9567b369f7ecb4c7c35aa8bccf Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 4 Jun 2007 23:18:16 +0200 Subject: Wibble. darcs-hash:20070604211816-a5988-c387bea338520504cb4c2740b41e5d4a09807d03 --- Operations.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operations.hs b/Operations.hs index dd3441f..6ccf973 100644 --- a/Operations.hs +++ b/Operations.hs @@ -61,7 +61,7 @@ manage w = withDisplay $ \d -> do -- there, floating status is lost when moving windows between workspaces, -- because W.shift calls W.delete. unmanage :: Window -> X () -unmanage w = setWMState w 0{-withdrawn-} >> windows (W.sink w . W.delete w) +unmanage w = setWMState w 0 {-withdrawn-} >> windows (W.sink w . W.delete w) -- | focus. focus window up or down. or swap various windows. focusUp, focusDown, swapUp, swapDown, swapMaster :: X () -- cgit v1.2.3