mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
DynamicWorkspaces.hs: rm whitespace
This commit is contained in:
parent
ee38a0328b
commit
c3796a9cb1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user