{"id":25085522,"url":"https://github.com/acsandmann/aerospace-swipe","last_synced_at":"2025-04-01T13:22:13.428Z","repository":{"id":275804324,"uuid":"927189737","full_name":"acsandmann/aerospace-swipe","owner":"acsandmann","description":"enables three finger swiping in aerospace","archived":false,"fork":false,"pushed_at":"2025-03-31T16:54:15.000Z","size":93,"stargazers_count":11,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T17:43:14.380Z","etag":null,"topics":["aerospace","macos","multitouch-api","trackpad"],"latest_commit_sha":null,"homepage":"","language":"C","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/acsandmann.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}},"created_at":"2025-02-04T14:56:02.000Z","updated_at":"2025-03-31T16:54:19.000Z","dependencies_parsed_at":"2025-02-11T21:21:43.775Z","dependency_job_id":null,"html_url":"https://github.com/acsandmann/aerospace-swipe","commit_stats":null,"previous_names":["acsandmann/aerospace-swipe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acsandmann%2Faerospace-swipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acsandmann%2Faerospace-swipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acsandmann%2Faerospace-swipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acsandmann%2Faerospace-swipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acsandmann","download_url":"https://codeload.github.com/acsandmann/aerospace-swipe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246644208,"owners_count":20810732,"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":["aerospace","macos","multitouch-api","trackpad"],"created_at":"2025-02-07T08:20:06.709Z","updated_at":"2025-04-01T13:22:13.422Z","avatar_url":"https://github.com/acsandmann.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aerospace workspace switching with trackpad swipes\n\nThis project uses an undocumented macOS framework (`MultitouchSupport.framework`) to detect three-finger swipes on your trackpad and switch between workspaces (using the `aerospace` tiling window manager).\n\n## features\n- fast swipe detection and forwarding to aerospace (uses aerospace server's socket instead of cli)\n- haptics on swipe (must be enabled in configuration)\n- customizable swipe directions (natural or inverted)\n- swipe will wrap around workspaces (1-9 workspaces, swipe right from 9 will go to 1)\n\n## configuration\nconfig file is optional and only needed if you want to change the default settings(default settings are shown in the example below)\n\n\u003e to restart after changing the config file, run `make restart`(this just unloads and reloads the launch agent)\n\n```jsonc\n// ~/.config/aerospace-swipe/config.json\n{\n  \"haptics\": false,\n  \"natural_swipe\": false,\n  \"wrap_around\": true,\n  \"skip_empty\": true,\n  \"fingers\": 3\n}\n```\n\n## installation\n\n   ```bash\n   git clone https://github.com/acsandmann/aerospace-swipe.git\n   cd aerospace-swipe\n\n   make install\n   ```\n## uninstallation\n\n   ```bash\n   make uninstall\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facsandmann%2Faerospace-swipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facsandmann%2Faerospace-swipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facsandmann%2Faerospace-swipe/lists"}