aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-08-15 04:55:04 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-08-15 04:55:04 +0200
commitdeb5e4962590060bb798f79f58cd820aa632fb1f (patch)
tree7cc5a80ee012da44d0277a82283047fcaec9b73b /Operations.hs
parent3ce2c398857f570f8ae3732f3d3486550d999ab9 (diff)
downloadxmonad-deb5e4962590060bb798f79f58cd820aa632fb1f.tar.gz
xmonad-deb5e4962590060bb798f79f58cd820aa632fb1f.tar.xz
xmonad-deb5e4962590060bb798f79f58cd820aa632fb1f.zip
Add greedyView, make it the default action for mod-wer
darcs-hash:20070815025504-a5988-00ff316a056c48cc07c5e90925702d2ac09ae666.gz
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs
index d5a5d3e..dce8195 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -92,7 +92,7 @@ shift n = windows (W.shift n)
-- | view. Change the current workspace to workspace at offset n (0 indexed).
view :: WorkspaceId -> X ()
-view = windows . W.view
+view = windows . W.greedyView
-- | Modify the size of the status gap at the top of the current screen
-- Taking a function giving the current screen, and current geometry.