From 32548e056f01aed14b707a89e928adcdcd2c4ee2 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Mon, 31 Dec 2012 02:30:42 +0000 Subject: [PATCH] Note that an alternative to XMonad.Actions.ShowText is X.U.Dzen --- XMonad/Actions/ShowText.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/XMonad/Actions/ShowText.hs b/XMonad/Actions/ShowText.hs index 1a2ac5c4..e0a64cb8 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