{"id":20563274,"url":"https://github.com/banchouboo/corvo","last_synced_at":"2026-04-25T05:35:51.224Z","repository":{"id":219838689,"uuid":"750067394","full_name":"BanchouBoo/corvo","owner":"BanchouBoo","description":"Simple X utility to hide the mouse cursor in certain windows","archived":false,"fork":false,"pushed_at":"2024-02-04T00:59:25.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T19:36:34.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BanchouBoo.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}},"created_at":"2024-01-29T23:17:58.000Z","updated_at":"2024-01-29T23:19:14.000Z","dependencies_parsed_at":"2024-02-04T01:44:09.783Z","dependency_job_id":null,"html_url":"https://github.com/BanchouBoo/corvo","commit_stats":null,"previous_names":["banchouboo/corvo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanchouBoo%2Fcorvo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanchouBoo%2Fcorvo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanchouBoo%2Fcorvo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BanchouBoo%2Fcorvo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BanchouBoo","download_url":"https://codeload.github.com/BanchouBoo/corvo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242171547,"owners_count":20083571,"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":[],"created_at":"2024-11-16T04:17:26.861Z","updated_at":"2026-04-25T05:35:51.195Z","avatar_url":"https://github.com/BanchouBoo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# corvo\n\nSimple X utility to hide the mouse cursor in certain windows. You pass it a list of conditions and if a matching window becomes focused the mouse cursor is hidden.\n\n## usage\n\nHelp output listed below. Flags can be repeated, so you can pass in e.g. multiple classes.\n\n```\ncorvo: [CONDITIONS]\n  -h             print this help and exit\n\n  CONDITIONS:\n    -t TITLE     hide the cursor on windows with TITLE as their window title (WM_NAME)\n    -c CLASS     hide the cursor on windows with CLASS as their class value (first value in WM_CLASS)\n    -i INSTANCE  hide the cursor on windows with INSTANCE as their class value (second value in WM_CLASS)\n    -w WINDOW    hide the cursor on the window with the ID WINDOW\n```\n\n## build\n\nDependencies\n\n- `xcb`\n- `xcb-xfixes`\n\nThen just run `make` to build the binary in the project folder and `make install` to install it to the `bin` folder in the specified prefix (default `/usr/local`)\n\n## caveats\n\nThe focused window is tracked using the `_NET_ACTIVE_WINDOW` atom on the root window, if your window manager does not have this (it probably does) then it will not work.\n\nAdditionally, if you move the cursor from a hiding window to a window that wouldn't take focus/be put into `_NET_ACTIVE_WINDOW` (such as the root window, and possibly bars and such) then the cursor will stay hidden.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanchouboo%2Fcorvo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanchouboo%2Fcorvo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanchouboo%2Fcorvo/lists"}