{"id":35097023,"url":"https://github.com/benzntech/disable-touchpad-ubuntu","last_synced_at":"2026-05-22T04:05:43.728Z","repository":{"id":193796249,"uuid":"118868784","full_name":"benzntech/disable-touchpad-ubuntu","owner":"benzntech","description":"To toggle the touchpad in Ubuntu ","archived":false,"fork":false,"pushed_at":"2018-01-25T05:59:53.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T08:12:08.255Z","etag":null,"topics":["ubuntu","ubuntu-touch"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/benzntech.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}},"created_at":"2018-01-25T05:51:36.000Z","updated_at":"2018-01-25T05:58:37.000Z","dependencies_parsed_at":"2023-09-10T04:39:28.657Z","dependency_job_id":null,"html_url":"https://github.com/benzntech/disable-touchpad-ubuntu","commit_stats":null,"previous_names":["benzntech/disable-touchpad-ubuntu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benzntech/disable-touchpad-ubuntu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzntech%2Fdisable-touchpad-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzntech%2Fdisable-touchpad-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzntech%2Fdisable-touchpad-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzntech%2Fdisable-touchpad-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benzntech","download_url":"https://codeload.github.com/benzntech/disable-touchpad-ubuntu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzntech%2Fdisable-touchpad-ubuntu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33328638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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":["ubuntu","ubuntu-touch"],"created_at":"2025-12-27T15:40:04.406Z","updated_at":"2026-05-22T04:05:43.722Z","avatar_url":"https://github.com/benzntech.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toggle-touchpad-ubuntu\nTo toggle the touchpad and mouse in Ubuntu \nPut the following code in a file, such as touchpad_toggle.sh:\n\n#!/bin/bash\n\nSTATUS=`gsettings get org.gnome.desktop.peripherals.touchpad send-events`\n\nif [ \"$STATUS\" = \"'enabled'\" ]\n\nthen\n\n    gsettings set org.gnome.desktop.peripherals.touchpad send-events 'disabled'\n    \nelse\n\n    gsettings set org.gnome.desktop.peripherals.touchpad send-events 'enabled'\n    \nfi\n\nGrant the file executable permission:\n\nchmod +x touchpad_toggle.sh\nAdd a keyboard shortcut to the file from Settings → Devices → Keyboard.\n\nDISCLAIMER:- USE AT OWN RISK :-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenzntech%2Fdisable-touchpad-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenzntech%2Fdisable-touchpad-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenzntech%2Fdisable-touchpad-ubuntu/lists"}