diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2013-12-19 19:07:48 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2013-12-19 19:07:48 +0100 |
commit | 2fda1546aa3569d4e611d4013bbd0f64c0f555f0 (patch) | |
tree | 59f4056fde3da9a2cdb6b43b78cd16f238019424 /XMonad/Hooks | |
parent | 98ad670927cb985df83755ca962c8d3e51d4842e (diff) | |
download | XMonadContrib-2fda1546aa3569d4e611d4013bbd0f64c0f555f0.tar.gz XMonadContrib-2fda1546aa3569d4e611d4013bbd0f64c0f555f0.tar.xz XMonadContrib-2fda1546aa3569d4e611d4013bbd0f64c0f555f0.zip |
documentation note that ServerMode is similar to wmctrl
Ignore-this: 3215bdf1c698c798eca8ed7f62a0f591
darcs-hash:20131219180748-1499c-478cef03095275ad2a43c5c64dda5b4e4e57d406.gz
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: -- |