{"id":31608607,"url":"https://github.com/probeldev/niri-float-sticky","last_synced_at":"2026-01-12T15:28:04.244Z","repository":{"id":286499087,"uuid":"961471023","full_name":"probeldev/niri-float-sticky","owner":"probeldev","description":"A utility to make floating windows visible across all workspaces in niri — similar to \"sticky windows\" in other compositors.","archived":false,"fork":false,"pushed_at":"2025-09-07T06:46:22.000Z","size":1791,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-06T08:34:53.449Z","etag":null,"topics":["niri"],"latest_commit_sha":null,"homepage":"","language":"Go","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/probeldev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-06T15:38:45.000Z","updated_at":"2025-10-05T19:54:43.000Z","dependencies_parsed_at":"2025-04-06T21:25:11.328Z","dependency_job_id":"6fea6d54-5252-40bd-bafb-fe75eaf8abce","html_url":"https://github.com/probeldev/niri-float-sticky","commit_stats":null,"previous_names":["probeldev/niri-float-sticky"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/probeldev/niri-float-sticky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probeldev%2Fniri-float-sticky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probeldev%2Fniri-float-sticky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probeldev%2Fniri-float-sticky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probeldev%2Fniri-float-sticky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probeldev","download_url":"https://codeload.github.com/probeldev/niri-float-sticky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probeldev%2Fniri-float-sticky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["niri"],"created_at":"2025-10-06T08:07:52.842Z","updated_at":"2026-01-12T15:28:04.238Z","avatar_url":"https://github.com/probeldev.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":["Window and Workspace Management"],"readme":"# Niri Float Sticky  \n*A utility to make floating windows visible across all workspaces in [niri](https://github.com/YaLTeR/niri) — similar to \"sticky windows\" in other compositors.*  \n\n## Why?  \nNiri doesn’t natively support global floating windows. This tool forces float windows to persist on every workspace, mimicking the `sticky` behavior from X11/Wayland compositors like Sway or KWin.  \n\n## Installation\n\n### Via Go:\n```bash\ngo install github.com/probeldev/niri-float-sticky@latest\n```\n\n### Via [AUR](https://aur.archlinux.org/packages/niri-float-sticky) (maintained by [jamlotrasoiaf](https://github.com/jamlotrasoiaf)/[brainworms2002](https://aur.archlinux.org/account/brainworms2002)):\n```bash\nparu -S niri-float-sticky\n```\n\n### Via Nix:\n```bash\nnix profile install github:probeldev/niri-float-sticky \n```\n\n## Usage\n\nTo automatically launch the utility on niri startup, add this line to your niri configuration:\n\n```kdl\nspawn-at-startup \"niri-float-sticky\"\n```\n\n### Command Line Options\n\n```bash\nUsage of niri-float-sticky:\n  -allow-moving-to-foreign-monitors\n        allow moving to foreign monitors\n  -debug\n        enable debug logging\n  -version\n        print version and exit\n```\n\nExample with debug log:\n```bash\nniri-float-sticky -debug \u003e\u003e /tmp/niri-float-sticky.log\n\n# Configuring logrotate\ncat \u003c\u003cEOF | sudo tee /etc/logrotate.d/niri-float-sticky \u003e/dev/null\n/tmp/niri-float-sticky.log {\n    daily\n    rotate 5\n    compress\n    missingok\n    notifempty\n    copytruncate\n    maxsize 10M\n    su root root\n}\nEOF\n```\n\n## Contributing\n\nWe welcome all contributions! To get started:\n\n1. **Open an Issue** to:\n   - Report bugs\n   - Suggest new features\n   - Ask questions\n\n2. **Create a Pull Request** for:\n   - Bug fixes\n   - New functionality\n   - Documentation improvements\n\n\n## License\n\nThis project is licensed under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobeldev%2Fniri-float-sticky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprobeldev%2Fniri-float-sticky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobeldev%2Fniri-float-sticky/lists"}