Skip to content

Commit

Permalink
X.H.EwmhDesktops: Fix haddock markup
Browse files Browse the repository at this point in the history
Fixes: 2dcc3a9 ("X.H.EwmhDesktops: Add (un)fullscreen hooks")
  • Loading branch information
liskin committed Jan 14, 2024
1 parent 7cb6b0f commit 4bb6a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMonad/Hooks/EwmhDesktops.hs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ setEwmhActivateHook h = XC.modifyDef $ \c -> c{ activateHook = h }


-- $customFullscreen
-- When a client sends a @_NET_WM_STATE@ request to add/remove/toggle the
-- When a client sends a @_NET_WM_STATE@ request to add\/remove\/toggle the
-- @_NET_WM_STATE_FULLSCREEN@ state, 'ewmhFullscreen' uses a pair of hooks to
-- make the window fullscreen and revert its state. The default hooks are
-- stateless: windows are fullscreened by turning them into fullscreen floats,
Expand Down

0 comments on commit 4bb6a2e

Please sign in to comment.