diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-09-28 02:00:25 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-09-28 02:00:25 +0200 |
commit | f0619553e1b860ed576cea432899c67b8f16e323 (patch) | |
tree | 77ddba2e45048a19a093ea320f2ff31b14083062 | |
parent | 2864acc04b0cead7c1a23b6e716c9a12439de42c (diff) | |
download | xmonad-f0619553e1b860ed576cea432899c67b8f16e323.tar.gz xmonad-f0619553e1b860ed576cea432899c67b8f16e323.tar.xz xmonad-f0619553e1b860ed576cea432899c67b8f16e323.zip |
Minor formatting
darcs-hash:20070928000025-a5988-22e5d150a6ea1eede21d8f0e487922fdecef6fbb.gz
-rw-r--r-- | Config.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ] |