aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-09-17 23:40:52 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-09-17 23:40:52 +0200
commit0b94446ad3b240bf8b82a7296b7c88777a40865f (patch)
treeefce4224295d2e2ccc4258b71defc5b344438962 /Config.hs
parente2f6301b0907be26dc323baa81a55b18edac0eae (diff)
downloadxmonad-0b94446ad3b240bf8b82a7296b7c88777a40865f.tar.gz
xmonad-0b94446ad3b240bf8b82a7296b7c88777a40865f.tar.xz
xmonad-0b94446ad3b240bf8b82a7296b7c88777a40865f.zip
Eliminate Operations.sink too
darcs-hash:20070917214052-a5988-62b6e8d26a78a7e25a2e0117f7f112c5b039d933.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index f691914..ff31d07 100644
--- a/Config.hs
+++ b/Config.hs
@@ -153,7 +153,7 @@ keys = M.fromList $
, ((modMask, xK_h ), sendMessage Shrink) -- %! Shrink the master area
, ((modMask, xK_l ), sendMessage Expand) -- %! Expand the master area
- , ((modMask, xK_t ), withFocused sink) -- %! Push window back into tiling
+ , ((modMask, xK_t ), withFocused $ windows . W.sink) -- %! Push window back into tiling
-- increase or decrease number of windows in the master area
, ((modMask , xK_comma ), sendMessage (IncMasterN 1)) -- %! Increment the number of windows in the master area