diff options
author | David Roundy <droundy@darcs.net> | 2007-10-18 19:00:58 +0200 |
---|---|---|
committer | David Roundy <droundy@darcs.net> | 2007-10-18 19:00:58 +0200 |
commit | cb73c6714004ffdd256b29f53f9c33b7e5388eb9 (patch) | |
tree | 46a155080d2fc52006b2f90860d98a91d6344f28 /Config.hs-boot | |
parent | 76661a5fd22f2c324a2e488f3efa813423a63bf6 (diff) | |
download | metatile-cb73c6714004ffdd256b29f53f9c33b7e5388eb9.tar metatile-cb73c6714004ffdd256b29f53f9c33b7e5388eb9.zip |
make xmonad work with inverted main/config.
darcs-hash:20071018170058-72aca-8018fed9e1c0bc2cf40664b766bb85f678a6a258
Diffstat (limited to 'Config.hs-boot')
-rw-r--r-- | Config.hs-boot | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Config.hs-boot b/Config.hs-boot deleted file mode 100644 index 00d45a7..0000000 --- a/Config.hs-boot +++ /dev/null @@ -1,11 +0,0 @@ -module Config where -import Graphics.X11.Xlib.Types (Dimension) -import Graphics.X11.Xlib (KeyMask,Window) -import XMonad -borderWidth :: Dimension -numlockMask :: KeyMask -workspaces :: [WorkspaceId] -logHook :: X () -manageHook :: Window -> String -> String -> String -> X (WindowSet -> WindowSet) -serialisedLayouts :: [Layout Window] -terminal :: String |