{"id":26755538,"url":"https://github.com/buguno/mxergo","last_synced_at":"2026-05-16T17:41:37.505Z","repository":{"id":191544120,"uuid":"684865508","full_name":"buguno/mxergo","owner":"buguno","description":"Some scripts to make good use of the MX Ergo in Linux.","archived":false,"fork":false,"pushed_at":"2023-08-30T03:14:51.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T09:49:53.248Z","etag":null,"topics":["linux","logitech","mouse","mxergo"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buguno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-30T02:29:22.000Z","updated_at":"2023-08-31T00:53:01.000Z","dependencies_parsed_at":"2023-09-09T15:46:51.164Z","dependency_job_id":null,"html_url":"https://github.com/buguno/mxergo","commit_stats":null,"previous_names":["buguno/mxergo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/buguno/mxergo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buguno%2Fmxergo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buguno%2Fmxergo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buguno%2Fmxergo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buguno%2Fmxergo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buguno","download_url":"https://codeload.github.com/buguno/mxergo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buguno%2Fmxergo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909736,"owners_count":26066894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux","logitech","mouse","mxergo"],"created_at":"2025-03-28T14:34:15.206Z","updated_at":"2025-10-08T08:10:28.520Z","avatar_url":"https://github.com/buguno.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MX Ergo settings for Linux\n\nThis repository contains scripts for making good use of a MX Ergo mouse from Logitech in Linux.\n\n## Packages needed\n\n- xinput\n  - xinput is a utility to list available input devices, query information about a device and change input device settings.\n\n## Speed and Acceleration\n\nUsing 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.\n\nFirst 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\n\n```bash\nxinput --list\n\n⎡ Virtual core pointer                          id=2    [master pointer  (3)]\n⎜   ↳ **************************                id=4    [slave  pointer  (2)]\n⎜   ↳ Logitech MX Ergo                          id=9    [slave  pointer  (2)]\n⎜   ↳ **************************                id=13   [slave  pointer  (2)]\n```\n\nSo from this, I know I need to modify device with id 9. Use next command to list MX Ergo all properties.\n\n```bash\nxinput --list-props 9\n\nDevice 'Logitech MX Ergo':\n        Device Enabled (156):   1\n        Coordinate Transformation Matrix (158): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000\n        libinput Accel Speed (303):     0.850000\n```\n\n\u003e For didactic reasons, I ended up removing all other options from the output.\n\n## License\n\nLicensed under the MIT License. See [`LICENSE`](LICENSE) for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuguno%2Fmxergo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuguno%2Fmxergo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuguno%2Fmxergo/lists"}