aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Layout.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Internal/Layout.hs')
-rw-r--r--src/Internal/Layout.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Internal/Layout.hs b/src/Internal/Layout.hs
index 57102c6..b071e74 100644
--- a/src/Internal/Layout.hs
+++ b/src/Internal/Layout.hs
@@ -1,6 +1,8 @@
{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances #-}
module Internal.Layout where
+import XMonad.Layout.Circle
+import XMonad.Layout.Accordion
import Control.Applicative
import XMonad.Layout.Spacing
import Data.List
@@ -20,6 +22,8 @@ myLayout =
spiral (6/7) |||
Tall 1 (3/100) (1/2) |||
ThreeCol 1 (3/100) (1/2) |||
+ Circle |||
+ Accordion |||
Grid
data ResizeZoom = ShrinkZoom | ExpandZoom deriving (Typeable)