aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2020-04-23 22:51:52 -0600
committerJosh Rahm <joshuarahm@gmail.com>2020-04-23 22:51:52 -0600
commitdd9a5ee0f84313067bbe37f6a27fc4ffe7bbdd3b (patch)
tree4a39b20c432c8c3005c1c397ec32054f9ad8d339 /src/Main.hs
parent22f13f3939962970592ea659a72ff32752bab300 (diff)
parentb5738a4792ea94f0f754aae4137d87ddc2a0f077 (diff)
downloadrde-dd9a5ee0f84313067bbe37f6a27fc4ffe7bbdd3b.tar.gz
rde-dd9a5ee0f84313067bbe37f6a27fc4ffe7bbdd3b.tar.bz2
rde-dd9a5ee0f84313067bbe37f6a27fc4ffe7bbdd3b.zip
Merge branch 'master' of github.com:jrahm/xmonad-jrahm
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs1
1 files changed, 1 insertions, 0 deletions
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)