From 3abaade19cb85b135e3c25985d366e94afd4f81d Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 4 Jun 2007 23:19:56 +0200 Subject: Comment only darcs-hash:20070604211956-a5988-234b56ec2201d5f0e9c7fed6fd8af300cf6a6c0b --- Operations.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () -- cgit v1.2.3