aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorDaniel Schoepe <asgaroth_@gmx.de>2009-04-07 21:18:19 +0200
committerDaniel Schoepe <asgaroth_@gmx.de>2009-04-07 21:18:19 +0200
commitd6cd263c475ac0d2243d69268e6d246ba4728ac0 (patch)
tree3bbfcf2a3eecdb7ad61e065ff2b7ee65c73177d8 /xmonad-contrib.cabal
parent27a4fc19a7aadf432bf36905ebc829929ecb0e63 (diff)
downloadXMonadContrib-d6cd263c475ac0d2243d69268e6d246ba4728ac0.tar.gz
XMonadContrib-d6cd263c475ac0d2243d69268e6d246ba4728ac0.tar.xz
XMonadContrib-d6cd263c475ac0d2243d69268e6d246ba4728ac0.zip
Update focus on mouse moves within inactive windows
Ignore-this: 36c05c60420520dab708401d8a80fc85 This patch adds functionality to update the focus on moves in unfocused windows, which would make sense if one wanted the focus to follow the mouse. Currently this only happens when the mouse enters/leaves a window. This patch should fix issue #205. darcs-hash:20090407191819-cb1c6-f94441281224917d710ae5e1e1dbc1c9f3fa98b6.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index ce8a82e..e092dbf 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -98,6 +98,7 @@ library
XMonad.Actions.TagWindows
XMonad.Actions.TopicSpace
XMonad.Actions.UpdatePointer
+ XMonad.Actions.UpdateFocus
XMonad.Actions.Warp
XMonad.Actions.WindowNavigation
XMonad.Actions.WindowGo