mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
DynamicWorkspaces.hs: rm whitespace
This commit is contained in:
@@ -153,7 +153,7 @@ removeEmptyWorkspaceAfter :: X () -> X ()
|
||||
removeEmptyWorkspaceAfter = removeEmptyWorkspaceAfterExcept []
|
||||
|
||||
-- | Like 'removeEmptyWorkspaceAfter' but use a list of sticky workspaces,
|
||||
-- whose entries will never be removed.
|
||||
-- whose entries will never be removed.
|
||||
removeEmptyWorkspaceAfterExcept :: [String] -> X () -> X ()
|
||||
removeEmptyWorkspaceAfterExcept sticky f = do
|
||||
before <- gets (currentTag . windowset)
|
||||
|
Reference in New Issue
Block a user