Skip to content

Commit

Permalink
fixup! X.H.EWMH.Desktops: New module; implement desktops/windows EWMH…
Browse files Browse the repository at this point in the history
… hints
  • Loading branch information
liskin committed Oct 18, 2021
1 parent 8df5bd9 commit 071adfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMonad/Hooks/EWMH/Desktops.hs
Expand Up @@ -76,7 +76,7 @@ setEwmhWorkspaceListTransform f = XC.modifyDef $ \c -> c{ workspaceListTransform
-- existing instead of replacing it.
addEwmhWorkspaceListTransform :: ([WindowSpace] -> [WindowSpace]) -> XConfig l -> XConfig l
addEwmhWorkspaceListTransform f = XC.modifyDef $ \c ->
c{ workspaceListTransform = workspaceListTransform c <> f }
c{ workspaceListTransform = f . workspaceListTransform c }

ewmhDesktopsLogHook :: X ()
ewmhDesktopsLogHook = XC.withDef $ \EwmhDesktopsConfig{workspaceListTransform} -> do
Expand Down

0 comments on commit 071adfd

Please sign in to comment.