dwm does not recognise mouse buttons above Button5 #129
bakkeby
started this conversation in
Known Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This does not have anything to do with dwm, but that only buttons 1 through 5 are defined in X11:
https://code.woboq.org/qt5/include/X11/X.h.html#255
You can define these yourself in config.h:
or alternatively simply use the button numbers directly rather than the macro in your configuration.
(these macros are predefined in dwm-flexipatch)
Beta Was this translation helpful? Give feedback.
All reactions