Copyright | (c) Spencer Janssen 2007 |
---|---|
License | BSD3-style (see LICENSE) |
Maintainer | dons@galois.com |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
XMonad.Config
Contents
Description
This module specifies the default configuration values for xmonad.
DO NOT MODIFY THIS FILE! It won't work. You may configure xmonad
by providing your own ~/.xmonad/xmonad.hs
that overrides
specific fields in the default config, def
. For a starting point, you can
copy the xmonad.hs
found in the man
directory, or look at
examples on the xmonad wiki.
Documentation
defaultConfig :: XConfig (Choose Tall (Choose (Mirror Tall) Full)) #
Deprecated: Use def (from Data.Default, and re-exported by XMonad and XMonad.Config) instead.
The default set of configuration values itself
A class for types with a default value.
Minimal complete definition
Nothing
Instances
Default Double | |
Default Float | |
Default Int | |
Default Int8 | |
Default Int16 | |
Default Int32 | |
Default Int64 | |
Default Integer | |
Default Ordering | |
Default Word | |
Default Word8 | |
Default Word16 | |
Default Word32 | |
Default Word64 | |
Default () | |
Default All | |
Default Any | |
Default CInt | |
Default CLong | |
Default CTime | |
Default CClock | |
Default CSize | |
Default CShort | |
Default CULong | |
Default CUInt | |
Default CUShort | |
Default CUSeconds | |
Default CULLong | |
Default CUIntPtr | |
Default CUIntMax | |
Default CSigAtomic | |
Default CSUSeconds | |
Default CPtrdiff | |
Default CLLong | |
Default CIntPtr | |
Default CIntMax | |
Default CFloat | |
Default CDouble | |
Default [a] | |
Default (Maybe a) | |
Integral a => Default (Ratio a) | |
Default a => Default (IO a) | |
Default (First a) | |
Default (Last a) | |
Num a => Default (Product a) | |
Default a => Default (Dual a) | |
Default (Endo a) | |
Num a => Default (Sum a) | |
Default a => Default (Query a) # | |
Default a => Default (X a) # | |
(Default a, RealFloat a) => Default (Complex a) | |
Default r => Default (e -> r) | |
(Default a, Default b) => Default (a, b) | |
(Default a, Default b, Default c) => Default (a, b, c) | |
(Default a, Default b, Default c, Default d) => Default (a, b, c, d) | |
(Default a, Default b, Default c, Default d, Default e) => Default (a, b, c, d, e) | |
(Default a, Default b, Default c, Default d, Default e, Default f) => Default (a, b, c, d, e, f) | |
(Default a, Default b, Default c, Default d, Default e, Default f, Default g) => Default (a, b, c, d, e, f, g) | |