From b5738a4792ea94f0f754aae4137d87ddc2a0f077 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Wed, 22 Apr 2020 11:34:55 -0600 Subject: Change how clicking works. Allow click through on focus and change focus to current window when pressing the mouse macro buttons. --- src/Main.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main.hs') diff --git a/src/Main.hs b/src/Main.hs index 7522ebc..1d07ef8 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -44,6 +44,7 @@ main = do , workspaces = map return (['0'..'9'] ++ ['a'..'z']) , handleEventHook = fullscreenEventHook , focusFollowsMouse = False + , clickJustFocuses = False } let toggleStructsKey XConfig {XMonad.modMask = modMask} = (modMask, xK_b) -- cgit