{"id":23003155,"url":"https://github.com/heiderjeffer/bluetooth-mouse-lag-linux","last_synced_at":"2025-04-02T14:22:45.791Z","repository":{"id":79917453,"uuid":"212434208","full_name":"HeiderJeffer/Bluetooth-Mouse-Lag-Linux","owner":"HeiderJeffer","description":"MSc in Computer Science UNIBZ. Free University of Bozen-Bolzano","archived":false,"fork":false,"pushed_at":"2019-10-02T20:27:40.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T05:26:50.806Z","etag":null,"topics":["gnome","linux-distribution","linux-kernel"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeiderJeffer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-10-02T20:23:07.000Z","updated_at":"2025-01-26T06:24:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"d50d0e10-53dd-4d66-9bbd-85f32f4f907a","html_url":"https://github.com/HeiderJeffer/Bluetooth-Mouse-Lag-Linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiderJeffer%2FBluetooth-Mouse-Lag-Linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiderJeffer%2FBluetooth-Mouse-Lag-Linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiderJeffer%2FBluetooth-Mouse-Lag-Linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiderJeffer%2FBluetooth-Mouse-Lag-Linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeiderJeffer","download_url":"https://codeload.github.com/HeiderJeffer/Bluetooth-Mouse-Lag-Linux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246828929,"owners_count":20840550,"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","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":["gnome","linux-distribution","linux-kernel"],"created_at":"2024-12-15T07:13:29.687Z","updated_at":"2025-04-02T14:22:45.786Z","avatar_url":"https://github.com/HeiderJeffer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### service:\n```\n#/etc/systemd/system/fix-mouse-lag.service\n\n[Unit]\nDescription=run root script at boot/wake to fix mouse lag\nBefore=bluetooth.service\n\n[Service]\nType=oneshot\nRemainAfterExit=yes\nExecStart=/usr/bin/sleep 2\nExecStart=/usr/local/bin/fix-mouse-lag.sh\n\n[Install]\nWantedBy=bluetooth.service\n```\n\n\n### script:\n```\n#!/bin/sh\n\n#/usr/local/bin/fix-mouse-lag.sh\n#script run by fix-mouse-lag.service at boot/wake\n\necho 0 \u003e /sys/kernel/debug/bluetooth/hci0/conn_latency\necho 6 \u003e /sys/kernel/debug/bluetooth/hci0/conn_min_interval\necho 7 \u003e /sys/kernel/debug/bluetooth/hci0/conn_max_interval\n\n```\n### Run\n\n```\nsudo chown root:root /etc/systemd/system/fix-mouse-lag.service\nsudo chmod a+rx /usr/local/bin/fix-mouse-lag.sh\nsudo systemctl enable fix-mouse-lag.service --now\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiderjeffer%2Fbluetooth-mouse-lag-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheiderjeffer%2Fbluetooth-mouse-lag-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiderjeffer%2Fbluetooth-mouse-lag-linux/lists"}