From 98f0182c311b02016b6159dd6aa5c9f64dea5c19 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Mon, 31 Dec 2012 11:44:20 +0100 Subject: Add clickJustFocuses option to template configuration. Ignore-this: 295732eb045abb30e44a3e15ea830146 darcs-hash:20121231104420-1499c-ea30cf8ca9ab615b7684aa543afcc099b4b41daf --- man/xmonad.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'man') diff --git a/man/xmonad.hs b/man/xmonad.hs index 2bcd852..ff1394b 100644 --- a/man/xmonad.hs +++ b/man/xmonad.hs @@ -23,6 +23,10 @@ myTerminal = "xterm" myFocusFollowsMouse :: Bool myFocusFollowsMouse = True +-- Whether clicking on a window to focus also passes the click to the window +myClickJustFocuses :: Bool +myClickJustFocuses = False + -- Width of the window border in pixels. -- myBorderWidth = 1 @@ -255,6 +259,7 @@ defaults = defaultConfig { -- simple stuff terminal = myTerminal, focusFollowsMouse = myFocusFollowsMouse, + clickJustFocuses = myClickJustFocuses, borderWidth = myBorderWidth, modMask = myModMask, workspaces = myWorkspaces, -- cgit v1.2.3