X.H.BorderPerWindow: Fix typo in documentation

Fixes: 95b37a9ab2
This commit is contained in:
slotThe
2021-12-06 12:38:04 +01:00
parent afdd466bc6
commit 853264b113

View File

@@ -38,9 +38,9 @@ import XMonad.Util.ActionQueue (enqueue, actionQueue)
-- --
-- > myManageHook :: ManageHook -- > myManageHook :: ManageHook
-- > myManageHook = composeAll -- > myManageHook = composeAll
-- > [ className =? "firefox" --> defineWindowWidth 0 -- > [ className =? "firefox" --> defineBorderWidth 0
-- > , className =? "Chromium" --> defineWindowWidth 0 -- > , className =? "Chromium" --> defineBorderWidth 0
-- > , isDialog --> defineWindowWidth 8 -- > , isDialog --> defineBorderWidth 8
-- > ] -- > ]
-- --
-- Finally, add the 'actionQueue' combinator and @myManageHook@ to your -- Finally, add the 'actionQueue' combinator and @myManageHook@ to your