On Sat, May 23, 2020 at 06:48:11AM -0700, Esteban Gaudenti Gonzalez wrote: > > """ > Hi, > it's possible to use mouse button 4 and 5?(side buttons) ,. __.'__ |__|__| > -> (| | -> (|-___-| '.___.' > I have searched but found nothing. > """ > mouse = [ > Drag([mod], "Button1", lazy.window.set_position_floating(), > start=lazy.window.get_position()), > Drag([mod], "Button3", lazy.window.set_size_floating(),4 > start=lazy.window.get_size()), > Click([mod], "Button2", lazy.window.bring_to_front()), > Click([mod], "Button4", lazy.next_layout()) # This not working
Those side buttons tends to be Button8 and Button9. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/20200523165142.ex7c3zlymdpqk6sa%40olstad.com.
