summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
blob: d70a6f093f7bd13342fa09e3c000552fabfab70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--------------------------------------------------------------------
-- |
-- Module    : XMonad
-- Copyright : (c) Don Stewart
-- License   : BSD3
--
-- Maintainer: Don Stewart <dons@galois.com>
-- Stability : provisional
-- Portability:
--
--------------------------------------------------------------------
--
-- Useful exports for configuration files.

module XMonad (

    module XMonad.Main,
    module XMonad.Core,
    module XMonad.Config,
 -- module Graphics.X11.Xlib, -- conflicts with lots of extensions
    (.|.)

 ) where

-- core modules
import XMonad.Main
import XMonad.Core
import XMonad.Config
-- import XMonad.StackSet -- conflicts with 'workspaces' defined in XMonad.hs

-- modules needed to get basic configuration working
import Data.Bits
-- import Graphics.X11.Xlib