You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an option that exists in at least Xfce and Windows that swaps the left and right mouse buttons, making you press buttons with the right button, spawn context menus with the left button etc. Any games will also treat your right button as a left button, and vice versa.
I just tried setting up Window Maker on NixOS 23.11, but could find an option for it, maybe I missed something?
The text was updated successfully, but these errors were encountered:
I think this feature is probably beyond the scope of a window manager, but you could try adding the following to ~/GNUstep/Library/WindowMaker/autostart:
xmodmap -e "pointer = 3 2 1"
Note that autostart should be executable for this to work.
This is an option that exists in at least Xfce and Windows that swaps the left and right mouse buttons, making you press buttons with the right button, spawn context menus with the left button etc. Any games will also treat your right button as a left button, and vice versa.
I just tried setting up Window Maker on NixOS 23.11, but could find an option for it, maybe I missed something?
The text was updated successfully, but these errors were encountered: