Skip to content

Commit

Permalink
fixup! X.H.EwmhDesktops: Improve interface for hooking window activation
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Oct 20, 2021
1 parent b232ba4 commit 78c73ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions XMonad/Hooks/EwmhDesktops.hs
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,9 @@ setEwmhWorkspaceRename f = XC.modifyDef $ \c -> c{ workspaceRename = f }
-- $customActivate
-- When a client sends a @_NET_ACTIVE_WINDOW@ request to activate a window, by
-- default that window is activated by invoking the 'doFocus' 'ManageHook'.
-- The EWMH specification suggests that a window manager may instead just mark
-- the window as urgent, and this can be achieved using the following:
-- <https://specifications.freedesktop.org/wm-spec/1.5/ar01s03.html#idm45623294083744 The EWMH specification suggests>
-- that a window manager may instead just mark the window as urgent, and this
-- can be achieved using the following:
--
-- > import XMonad.Hooks.UrgencyHook
-- >
Expand Down

0 comments on commit 78c73ec

Please sign in to comment.