Replies: 1 comment 6 replies
-
I wrote a draft here: https://github.com/YaLTeR/niri/compare/main...rrveex:niri:mouse_extra?expand=1 This simplistic approach doesn't take into consideration different mice - mine for instance sends different codes than the backend library assumes. So I hard-coded mine :) Also, if back/fw. are not mapped in config, I ignore them (on purpose). Something like |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ability to configure mouse buttons (at least side "back" and "forward") actions.
For instance, in hyprland I have:
bind = , mouse:275, exec, wtype -M ctrl -k w -m ctrl # mouse "back" -> ctrl+w (close tab)
Beta Was this translation helpful? Give feedback.
All reactions