""" 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
] """ I am new in Qtile; and I already love it. Sorry my english! thanks! """ -- 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/06856fe3-5ca6-4775-8681-e1eb5e814061%40googlegroups.com.
