From 24f11362c75a9e3a532d5fd48ee9de00a245f408 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Wed, 21 Sep 2022 13:31:38 +0200 Subject: [PATCH] docs: Add additional external blog posts This may seem a bit self-indulgent, but both of these features are either quite new or so old that no one remembers them anymore, so not a lot of up-to-date content exists for them. --- XMonad/Actions/TopicSpace.hs | 3 +++ XMonad/Util/Run.hs | 4 ++++ 2 files changed, 7 insertions(+) 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 +. -} -----------------------------------------------------------------------