diff options
Diffstat (limited to 'XMonad/Actions')
-rw-r--r-- | XMonad/Actions/ShowText.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Actions/ShowText.hs b/XMonad/Actions/ShowText.hs index 1a2ac5c..e0a64cb 100644 --- a/XMonad/Actions/ShowText.hs +++ b/XMonad/Actions/ShowText.hs @@ -9,7 +9,8 @@ -- Stability : unstable -- Portability : unportable -- --- ShowText displays text for sometime on the screen +-- ShowText displays text for sometime on the screen similar to "XMonad.Util.Dzen" +-- which offers more features (currently) ----------------------------------------------------------------------------- module XMonad.Actions.ShowText |