From accd7087733c335b47d1282e4e06307366d2e7e4 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Tue, 3 Jan 2012 02:39:16 +0100 Subject: Add configuration option clickToFocus (issue 225) Ignore-this: 78961f6256e1a1ee25c085e9056af758 To summarize this allows clicks which change the focus to also be passed on to that window. darcs-hash:20120103013916-1499c-1c29f13f0565f4812cf5787caefb6142882f25b5 --- XMonad/Core.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'XMonad/Core.hs') diff --git a/XMonad/Core.hs b/XMonad/Core.hs index ba7aebf..414437b 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -110,6 +110,7 @@ data XConfig l = XConfig , logHook :: !(X ()) -- ^ The action to perform when the windows set is changed , startupHook :: !(X ()) -- ^ The action to perform on startup , focusFollowsMouse :: !Bool -- ^ Whether window entry events can change focus + , clickJustFocuses :: !Bool -- ^ False to make a click which changes focus to be additionally passed to the window } -- cgit v1.2.3