Skip to content

Commit 071adfd

Browse files
committed
fixup! X.H.EWMH.Desktops: New module; implement desktops/windows EWMH hints
1 parent 8df5bd9 commit 071adfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XMonad/Hooks/EWMH/Desktops.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ setEwmhWorkspaceListTransform f = XC.modifyDef $ \c -> c{ workspaceListTransform
7676
-- existing instead of replacing it.
7777
addEwmhWorkspaceListTransform :: ([WindowSpace] -> [WindowSpace]) -> XConfig l -> XConfig l
7878
addEwmhWorkspaceListTransform f = XC.modifyDef $ \c ->
79-
c{ workspaceListTransform = workspaceListTransform c <> f }
79+
c{ workspaceListTransform = f . workspaceListTransform c }
8080

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

0 commit comments

Comments
 (0)