mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
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:
@@ -15,7 +15,7 @@ ideas:
|
||||
"only once" features like avoidStruts, ewmhDesktops
|
||||
-}
|
||||
|
||||
module XMonad.Config.Monad where
|
||||
module XMonad.Config.Monad {-# DEPRECATED "This module does not work." #-} where
|
||||
|
||||
import XMonad hiding (terminal, keys)
|
||||
import qualified XMonad as X
|
||||
|
Reference in New Issue
Block a user