diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-30 18:26:47 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-30 18:26:47 +0200 |
commit | 0f366aba734661ab6cc97ed368fe683d00fcc2d3 (patch) | |
tree | 60c97016528716492060a95ad6ab7df330258938 /Config.hs-boot | |
parent | d12e2d6006888fbcb325b76457fc76cdfadb2621 (diff) | |
download | metatile-0f366aba734661ab6cc97ed368fe683d00fcc2d3.tar metatile-0f366aba734661ab6cc97ed368fe683d00fcc2d3.zip |
Add Config.hs-boot, remove defaultLayoutDesc from XConf
darcs-hash:20070430162647-a5988-70420c2db283eb1585c96d977e5ac5ca3d0d1532
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.hs-boot b/Config.hs-boot new file mode 100644 index 0000000..f5e7206 --- /dev/null +++ b/Config.hs-boot @@ -0,0 +1,3 @@ +module Config where +import XMonad (LayoutDesc) +defaultLayoutDesc :: LayoutDesc |