diff --git a/XMonad/Actions/TopicSpace.hs b/XMonad/Actions/TopicSpace.hs index 6060301b..577e2267 100644 --- a/XMonad/Actions/TopicSpace.hs +++ b/XMonad/Actions/TopicSpace.hs @@ -103,6 +103,9 @@ import XMonad.Hooks.WorkspaceHistory -- display your topics in an historical way using a custom `pprWindowSet' -- function. You can also easily switch to recent topics using this history -- of last focused topics. +-- +-- A blog post highlighting some features of this module can be found +-- . -- $usage -- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@: diff --git a/XMonad/Util/Run.hs b/XMonad/Util/Run.hs index 75983c6f..621d5f99 100644 --- a/XMonad/Util/Run.hs +++ b/XMonad/Util/Run.hs @@ -301,6 +301,10 @@ becomes which would be quite bothersome to type indeed! +A blog post going into some more detail and also explaining how to +integrate this new language with the "XMonad.Util.NamedScratchpad" +module is available +. -} -----------------------------------------------------------------------