diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-04 23:18:16 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-04 23:18:16 +0200 |
commit | 4beb3da5cdac4b9567b369f7ecb4c7c35aa8bccf (patch) | |
tree | 2174e65d88574b6c4fca47f5108ad958533e78a7 | |
parent | 613d1547f5b3cb03422550d8798c8cb4985e2313 (diff) | |
download | metatile-4beb3da5cdac4b9567b369f7ecb4c7c35aa8bccf.tar metatile-4beb3da5cdac4b9567b369f7ecb4c7c35aa8bccf.zip |
Wibble.
darcs-hash:20070604211816-a5988-c387bea338520504cb4c2740b41e5d4a09807d03
-rw-r--r-- | Operations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |