Hi,
I am trying to get the latest devel-release to accept the mouse wheel to
change workspaces, but have not succeded so far.
What I tried is the following:
mclick(DEFAULT_MOD.."Button4", WScreen.switch_next),
mclick(DEFAULT_MOD.."Button5", WScreen.switch_prev),
in global_bindings{}.
The only differece in contrast to without these lines is, that I can't scroll
normal windows anymore when holding the modifier key, but no workspace
changes :(
Any clue, how I can achieve the desired behavior?
However, thanks for this absolutely awesome window manager :)
MaxAuthority