all repos — openbox @ 40c3228f351b3e35c3b85f140c195ea984ab2b61

openbox fork - make it a bit more like ryudo

only ignore wheel buttons
Dana Jansens danakj@orodu.net
commit

40c3228f351b3e35c3b85f140c195ea984ab2b61

parent

64884e4390cedbf47002fa8b4534a416033a3cca

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/menu.copenbox/menu.c

@@ -392,7 +392,8 @@ unsigned int y)

{ ObMenu *m; - if (button > 3) return; + /* ignore wheel scrolling */ + if (button == 4 || button == 5) return; if (self->action) { self->action->data.any.c = self->parent->client;