-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
I want it to be possible for user to be able to freely choose which mouse button does which action.
Currently there are only 2 actions:
- Left click: Focus and raise OR minimize (inactive/active)
- Right click: Close window
Middle click and scroll actions are currently unused. Polywins had neat functionality on them:
- Slop resize (technically it was on right click but I swapped it...)
- It means drawing a rectangle and your window will be resized / placed on that spot
- Incremental resize (scroll)
- I removed it due to not finding it useful, but I do find it cool
One thing that would be extremely neat: just add option to give a path to a script
- This way user can write (bash/any) script that takes window id as arg, with tools like
wmctrl,xdotoolandxdoyou can achieve literally anything.
Ideas for click-action functionality welcome in comments.