Hello,
I am trying to configure xmonad so that I can swipe my touchscreen to cycle through workspaces. For the most part I have succeeded, with the help of MouseGestures and CycleWS.
Adding the mapping ( [], focus ) to gestures doesn't help, perhaps not surprisingly. I think I want mouse events that are not gestures to go down to the windowed app. How can I get this to happen?
Thanks,
Jeff Lasslett