
3 Jan
2013
3 Jan
'13
2:23 p.m.
Updates: Status: Verified Comment #3 on issue 429 by vogt.a...@gmail.com: X.A.DynamicWorkspaces command to delete specified tag http://code.google.com/p/xmonad/issues/detail?id=429 I've pushed your patch. I can't really speak for what is idiomatic, but I think it might be cleaner if DynamicWorkspaces had more definitions which are (WindowSet -> WindowSet), and then you could define an unrestricted `removeWorkspaceByTag' in terms of the restricted one and other functions like XMonad.StackSet.view. Maybe some people depend on removeWorkspaceByTag having that restriction, but I doubt people will complain.