[xmonad] More restricted version of XMonad.Actions.UpdatePointer
Weeble
clockworksaint at gmail.com
Sun Mar 13 23:49:34 CET 2011
On Sun, Mar 13, 2011 at 6:18 PM, adam vogt <vogt.adam at gmail.com> wrote:
> That's exactly the right idea. You could bind to M-j, M-k like that in
> this config:
[...]
> up = updatePointer $ TowardsCentre 0.2 0.2
>
> main = xmonad $ defaultConfig `additionalKeysP`
> [("M-j", do windows W.focusDown; up),
> ("M-k", do windows W.focusUp; up)]
Thanks, that's great!
More information about the xmonad
mailing list