{"id":25632842,"url":"https://github.com/zeroxoneafour/polonium","last_synced_at":"2026-01-24T08:19:37.396Z","repository":{"id":169994420,"uuid":"642978392","full_name":"zeroxoneafour/polonium","owner":"zeroxoneafour","description":"Autotile manager for Plasma 6","archived":false,"fork":false,"pushed_at":"2024-08-18T06:24:17.000Z","size":1498,"stargazers_count":1032,"open_issues_count":46,"forks_count":19,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-08-05T08:18:59.769Z","etag":null,"topics":["kde","kwin","kwin-script","tiling","tiling-scripts","tiling-window-manager","typescript"],"latest_commit_sha":null,"homepage":"https://zeroxoneafour.github.io/polonium/","language":"TypeScript","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/zeroxoneafour.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":".github/FUNDING.yml","license":"license.txt","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},"funding":{"github":["zeroxoneafour"],"patreon":null,"open_collective":null,"ko_fi":"zeroxoneafour","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-05-19T19:39:58.000Z","updated_at":"2025-08-01T11:10:00.000Z","dependencies_parsed_at":"2023-10-24T17:42:08.309Z","dependency_job_id":"a6aeb207-4034-4e11-8536-8d64b0271ac2","html_url":"https://github.com/zeroxoneafour/polonium","commit_stats":null,"previous_names":["zeroxoneafour/polonium"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/zeroxoneafour/polonium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroxoneafour%2Fpolonium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroxoneafour%2Fpolonium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroxoneafour%2Fpolonium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroxoneafour%2Fpolonium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeroxoneafour","download_url":"https://codeload.github.com/zeroxoneafour/polonium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeroxoneafour%2Fpolonium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28720486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T05:53:42.649Z","status":"ssl_error","status_checked_at":"2026-01-24T05:53:41.698Z","response_time":89,"last_error":"SSL_read: 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":["kde","kwin","kwin-script","tiling","tiling-scripts","tiling-window-manager","typescript"],"created_at":"2025-02-22T21:18:12.059Z","updated_at":"2026-01-24T08:19:37.367Z","avatar_url":"https://github.com/zeroxoneafour.png","language":"TypeScript","funding_links":["https://github.com/sponsors/zeroxoneafour","https://ko-fi.com/zeroxoneafour"],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# polonium\n\nAn autotile manager for Plasma 6.\n\nAn (unofficial) spiritual successor to [Bismuth](https://github.com/Bismuth-Forge/bismuth) built on KWin 6.\n\nThe descendant of [autotile](https://github.com/zeroxoneafour/kwin-autotile).\n\n![hot icon](https://raw.githubusercontent.com/zeroxoneafour/polonium/master/docs/logo.svg)\n\n[![KDE Store](https://img.shields.io/badge/KDE%20Store-Install-blue?style=for-the-badge\u0026logo=KDE\u0026logoColor=white\u0026labelColor=blue)](https://store.kde.org/p/2140417)\n[![GitHub](https://img.shields.io/badge/GitHub-Source%20Code-grey?style=for-the-badge\u0026logo=GitHub\u0026logoColor=white\u0026labelColor=grey)](https://github.com/zeroxoneafour/polonium)\n\n[![wayland: supported](https://img.shields.io/badge/Wayland-Ready-blue?logo=kde)](https://community.kde.org/KWin/Wayland)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)\n\n\u003c/div\u003e\n\n## features\n\n-   Works in Wayland Plasma 6.0.4 and up\n-   Custom moddable tiling engine backend\n-   Edit tile sizes with the integrated KWin GUI\n-   Move and tile windows with your mouse and keyboard\n-   Set layouts independently of desktop, activity, and screen\n-   [DBus integration](https://github.com/zeroxoneafour/dbus-saver) to save layouts and configurations after logging out\n\n## X11\n\nX11 has been briefly tested but is not supported. If you encounter an issue running the script on X11, make sure it is reproducible in Wayland before submitting a bug report.\n\n## building\n\nRequires `npm` and `kpackagetool6`\n\nCommands -\n\n-   Build/Install/Clean - `make`\n-   Build - `make build`\n-   Install/Reinstall - `make install`\n-   Clean build - `make clean`\n-   Clean build and target - `make cleanall`\n\n## license\n\nMajority of this project is [MIT licensed](https://github.com/zeroxoneafour/polonium/blob/master/license.txt), please bum my code if you can use to make something better. Make sure to give credit though!\n\n## name\n\nCame from a comment on my old script, you can find the script and comment [here](https://store.kde.org/p/2003956)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroxoneafour%2Fpolonium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroxoneafour%2Fpolonium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroxoneafour%2Fpolonium/lists"}