tadeokondrak / waypoint

Wayland clone of keynav
Mozilla Public License 2.0
17 stars 5 forks source link

Support command parameters in configuration #8

Open tadeokondrak opened 1 year ago

tadeokondrak commented 1 year ago

This would allow custom scroll amounts and support for more mouse buttons.

Example:

bindings {
    down scroll-x 10
    alt+down scroll-x 100

    x button-click 272
    y button-click 273
}