From 113affe7da02d59013fcaadec17a26f258d360c3 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 1 Nov 2007 09:00:45 +0100 Subject: Delete Main.hs-boot! darcs-hash:20071101080045-a5988-d3b50a7fe35ff4e38c90e9eb8da1f1963b3b27fd --- Main.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Main.hs') diff --git a/Main.hs b/Main.hs index 2531b59..e228ee4 100644 --- a/Main.hs +++ b/Main.hs @@ -20,8 +20,8 @@ module Main where -- Useful imports -- import Control.Monad.Reader ( asks ) -import XMonad hiding (workspaces, manageHook) -import qualified XMonad (workspaces, manageHook) +import XMonad hiding (workspaces, manageHook, numlockMask) +import qualified XMonad (workspaces, manageHook, numlockMask) import Layouts import Operations import qualified StackSet as W @@ -244,6 +244,7 @@ defaultConfig = XConfig { borderWidth = 1 -- Width of the window border in pixel , terminal = "xterm" -- The preferred terminal program. , normalBorderColor = "#dddddd" -- Border color for unfocused windows. , focusedBorderColor = "#ff0000" -- Border color for focused windows. + , XMonad.numlockMask = numlockMask , XMonad.keys = Main.keys , XMonad.mouseBindings = Main.mouseBindings -- | Perform an arbitrary action on each internal state change or X event. -- cgit v1.2.3