diff options
| author | chillinbythetree <141879625+chillinbythetree@users.noreply.github.com> | 2024-10-17 01:43:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-17 05:43:47 +0000 |
| commit | a480087618ea8835663ae0eb7da3bd066c1941d0 (patch) | |
| tree | 115d245d1dfaed7e3303be1154eb75983afa3757 /resources | |
| parent | 84655d3b2627687e14431adb49450cd6af1de40f (diff) | |
| download | niri-a480087618ea8835663ae0eb7da3bd066c1941d0.tar.gz niri-a480087618ea8835663ae0eb7da3bd066c1941d0.tar.bz2 niri-a480087618ea8835663ae0eb7da3bd066c1941d0.zip | |
Add scroll-button property for Touchpad, Mouse, Trackpoint, Trackball (#744)
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 4dce86f7..bf5de45c 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -40,6 +40,16 @@ input { // scroll-method "no-scroll" } + trackpoint { + // off + // natural-scroll + // accel-speed 0.2 + // accel-profile "flat" + // scroll-method "on-button-down" + // scroll-button 273 + // middle-emulation + } + // Uncomment this to make the mouse warp to the center of newly focused windows. // warp-mouse-to-focus |
