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