Deprecate user and abandoned modules

Now that the user configs are on the website, it is time to deprecate
them.  At the same time deprecated X.C.Monad, which hasn't been updated
since 2008 and X.C.Prime, which has confused users quite recently,
thinking it to be a better starting place.

Fixes: https://github.com/xmonad/xmonad-contrib/issues/677
Fixes: https://github.com/xmonad/xmonad-contrib/issues/595
Related: https://github.com/xmonad/xmonad-web/pull/49
This commit is contained in:
slotThe
2022-01-12 15:10:15 +01:00
parent 41ca79986b
commit 478393fb7d
10 changed files with 17 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ import qualified XMonad.StackSet as W
-- screen into a physical workspace name.
--
-- A complete example abusing many of the functions below is available in the
-- "XMonad.Config.Dmwit" module.
-- <https://xmonad.org/configurations.html XMonad.Config.Dmwit> configuration.
type VirtualWorkspace = WorkspaceId
type PhysicalWorkspace = WorkspaceId