aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorBraden Shepherdson <Braden.Shepherdson@gmail.com>2008-05-18 00:29:16 +0200
committerBraden Shepherdson <Braden.Shepherdson@gmail.com>2008-05-18 00:29:16 +0200
commit1254b083132d9af4f83e66476cb01e1d5ffbb6cd (patch)
tree99eaadc2f3b000889f73a2ac00122e698bc8d1aa /xmonad-contrib.cabal
parent93871fdcbe12fcbca40efac9451b62365f4830b1 (diff)
downloadXMonadContrib-1254b083132d9af4f83e66476cb01e1d5ffbb6cd.tar.gz
XMonadContrib-1254b083132d9af4f83e66476cb01e1d5ffbb6cd.tar.xz
XMonadContrib-1254b083132d9af4f83e66476cb01e1d5ffbb6cd.zip
Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text configuration file parser
An example of the config file format can be found in the Haddock. Notably missing features are docks and more layouts than just the standard three. darcs-hash:20080517222916-d53a8-97568d8332caf65f99ffe65bf8803afccf6aae92.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 0a1ba79..fa815d4 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -103,6 +103,7 @@ library
XMonad.Config.Droundy
XMonad.Config.Gnome
XMonad.Config.Kde
+ XMonad.Config.PlainConfig
XMonad.Config.Sjanssen
XMonad.Hooks.DynamicLog
XMonad.Hooks.EventHook