diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2020-04-23 22:51:52 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2020-04-23 22:51:52 -0600 |
| commit | dd9a5ee0f84313067bbe37f6a27fc4ffe7bbdd3b (patch) | |
| tree | 4a39b20c432c8c3005c1c397ec32054f9ad8d339 /src/Main.hs | |
| parent | 22f13f3939962970592ea659a72ff32752bab300 (diff) | |
| parent | b5738a4792ea94f0f754aae4137d87ddc2a0f077 (diff) | |
| download | rde-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.hs | 1 |
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) |