aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-06-04 23:19:56 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-06-04 23:19:56 +0200
commit0f52073515ff69ef715ebf993c6c4d9efd741c98 (patch)
tree1aa6e361dc73032760edb49332e54e1435d00dcd /Operations.hs
parent80318c58bc70be073b7cb5042491d3a828892bf2 (diff)
downloadxmonad-0f52073515ff69ef715ebf993c6c4d9efd741c98.tar.gz
xmonad-0f52073515ff69ef715ebf993c6c4d9efd741c98.tar.xz
xmonad-0f52073515ff69ef715ebf993c6c4d9efd741c98.zip
Comment only
darcs-hash:20070604211956-a5988-234b56ec2201d5f0e9c7fed6fd8af300cf6a6c0b.gz
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs
index 6ccf973..4ac14fd 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -74,7 +74,8 @@ swapMaster = windows W.swapMaster
-- | shift. Move a window to a new workspace, 0 indexed.
shift :: WorkspaceId -> X ()
shift n = withFocused hide >> windows (W.shift n)
- -- refresh will raise it if we didn't need to move it.
+-- TODO: get rid of the above hide. 'windows' should handle all hiding and
+-- revealing of windows
-- | view. Change the current workspace to workspace at offset n (0 indexed).
view :: WorkspaceId -> X ()