Giter VIP home page Giter VIP logo

mxergo's Introduction

MX Ergo settings for Linux

This repository contains scripts for making good use of a MX Ergo mouse from Logitech in Linux.

Packages needed

  • xinput
    • xinput is a utility to list available input devices, query information about a device and change input device settings.

Speed and Acceleration

Using xinput I set my acceleration to 0.85 so I don't have to move my finger a lot and reach the edges of my monitor.

First thing to do is run xinput to get the devices on your system, for example I get a list but all I care about is the MX Ergo

xinput --list

⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ **************************                id=4    [slave  pointer  (2)]
⎜   ↳ Logitech MX Ergo                          id=9    [slave  pointer  (2)]
⎜   ↳ **************************                id=13   [slave  pointer  (2)]

So from this, I know I need to modify device with id 9. Use next command to list MX Ergo all properties.

xinput --list-props 9

Device 'Logitech MX Ergo':
        Device Enabled (156):   1
        Coordinate Transformation Matrix (158): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        libinput Accel Speed (303):     0.850000

For didactic reasons, I ended up removing all other options from the output.

License

Licensed under the MIT License. See LICENSE for more details.

mxergo's People

Contributors

buguno avatar

Stargazers

Maria das Graças  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.