I utilize a mouse (Logitech MX Master 3s connected via Logitech Bolt Receiver) with side buttons, which I find convenient for remapping workspace navigation to the left and right. Previously, I achieved this functionality by employing xbindkeys in conjunction with xdotool, utilizing the following configuration in the .xbindkeys file:
However, since transitioning to Wayland, I have encountered an issue where this configuration no longer functions. While xdotool continues to operate as expected, but xbindkeys fails to recognize input in Wayland.
I am seeking an alternative solution that would enable me to replicate this setup in Wayland.
I have taken a look at that.
Solaar recognizes my mouse, but I cant define arbitrary commands to be executed and just remap to different predefined actions.
input-remapper kind of worked with a workaround. Thank you!
Instead of a command to send to GNOME to switch workspaces I just bind Meta + PageUp/Down.
This way it works!