diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Hooks/ServerMode.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Hooks/ServerMode.hs b/XMonad/Hooks/ServerMode.hs index daff6df..4360b82 100644 --- a/XMonad/Hooks/ServerMode.hs +++ b/XMonad/Hooks/ServerMode.hs @@ -9,7 +9,8 @@ -- Portability : unportable -- -- This is an 'EventHook' that will receive commands from an external --- client. +-- client. Also consider "XMonad.Hooks.EwmhDesktops" together with +-- @wmctrl@. -- -- This is the example of a client: -- |