diff options
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 |