From 8815b88f7ec0c77bcbd4c581b8b3432d2e75b98d Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Sun, 27 Jan 2008 22:23:31 +0100 Subject: Update example config darcs-hash:20080127212331-a5988-527e9ead56a804cae63dcca49b029aa43d1e6fd0 --- man/xmonad.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man') diff --git a/man/xmonad.hs b/man/xmonad.hs index 2cb8443..e283afb 100644 --- a/man/xmonad.hs +++ b/man/xmonad.hs @@ -230,6 +230,10 @@ myManageHook = composeAll , resource =? "desktop_window" --> doIgnore , resource =? "kdesktop" --> doIgnore ] +-- Whether focus follows the mouse pointer. +myFocusFollowsMouse :: Bool +myFocusFollowsMouse = True + ------------------------------------------------------------------------ -- Status bars and logging @@ -259,6 +263,7 @@ main = xmonad defaults defaults = defaultConfig { -- simple stuff terminal = myTerminal, + focusFollowsMouse = myFocusFollowsMouse, borderWidth = myBorderWidth, modMask = myModMask, numlockMask = myNumlockMask, -- cgit v1.2.3