summaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 02:00:25 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-09-28 02:00:25 +0200
commit684dfa67942f7a67ab124aaf979ac63183decf59 (patch)
tree77ddba2e45048a19a093ea320f2ff31b14083062 /Config.hs
parente05f94bc42b291ab735c978e8c8fc0be8fed5677 (diff)
downloadmetatile-684dfa67942f7a67ab124aaf979ac63183decf59.tar
metatile-684dfa67942f7a67ab124aaf979ac63183decf59.zip
Minor formatting
darcs-hash:20070928000025-a5988-22e5d150a6ea1eede21d8f0e487922fdecef6fbb
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.hs b/Config.hs
index f82e8da..acf8bc8 100644
--- a/Config.hs
+++ b/Config.hs
@@ -93,9 +93,9 @@ borderWidth = 1
-- The default set of tiling algorithms
--
defaultLayouts :: [SomeLayout Window]
-defaultLayouts = [SomeLayout tiled
- ,SomeLayout $ Mirror tiled
- ,SomeLayout Full
+defaultLayouts = [ SomeLayout tiled
+ , SomeLayout $ Mirror tiled
+ , SomeLayout Full
-- Extension-provided layouts
]