diff options
author | David Roundy <droundy@darcs.net> | 2007-09-21 23:21:59 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-09-21 23:21:59 +0200 |
commit | 85dc84516e3848ca9d9a268c121220de164d0e9e (patch) | |
tree | 4b498023867881b8e7392235b7e39037a292b2b1 /Config.hs-boot | |
parent | 704ca55fc2de620d85929ca5cbcab5f2a03e77cc (diff) | |
download | metatile-85dc84516e3848ca9d9a268c121220de164d0e9e.tar metatile-85dc84516e3848ca9d9a268c121220de164d0e9e.zip |
add layout selection back into core xmonad using LayoutSelection.
This is just a reimplementation of LayoutChoice.
darcs-hash:20070921212159-72aca-870bb8d3e596fcb9edc48f51bec538054b4165e6
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs-boot b/Config.hs-boot index 45d0850..3629ea2 100644 --- a/Config.hs-boot +++ b/Config.hs-boot @@ -6,4 +6,4 @@ borderWidth :: Dimension logHook :: X () numlockMask :: KeyMask workspaces :: [WorkspaceId] -defaultLayouts :: [SomeLayout Window] +defaultLayouts :: [(String, SomeLayout Window)] |