{"id":41237780,"url":"https://github.com/ragusa87/kde-tiling-on-drag","last_synced_at":"2026-01-23T01:10:26.806Z","repository":{"id":195007860,"uuid":"692045268","full_name":"ragusa87/kde-tiling-on-drag","owner":"ragusa87","description":"Use KDE 5.27 Tilling manager and \"tile\" all window at the best positon without having to press the shift key","archived":false,"fork":false,"pushed_at":"2024-05-21T22:28:52.000Z","size":145,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T21:57:48.984Z","etag":null,"topics":["kde","kwin","kwin-script","plasma","tilling","wayland"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ragusa87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-09-15T12:48:39.000Z","updated_at":"2024-06-15T16:47:26.938Z","dependencies_parsed_at":null,"dependency_job_id":"ade64ef2-e27b-4f59-aaff-fe635fb33558","html_url":"https://github.com/ragusa87/kde-tiling-on-drag","commit_stats":null,"previous_names":["ragusa87/kde-tilling-on-drag","ragusa87/kde-tiling-on-drag"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/ragusa87/kde-tiling-on-drag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragusa87%2Fkde-tiling-on-drag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragusa87%2Fkde-tiling-on-drag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragusa87%2Fkde-tiling-on-drag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragusa87%2Fkde-tiling-on-drag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragusa87","download_url":"https://codeload.github.com/ragusa87/kde-tiling-on-drag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragusa87%2Fkde-tiling-on-drag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28676680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"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","plasma","tilling","wayland"],"created_at":"2026-01-23T01:10:26.022Z","updated_at":"2026-01-23T01:10:26.799Z","avatar_url":"https://github.com/ragusa87.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kde-tiling-on-drag\nUse KDE 6+ Tiling manager and \"tile\" all windows at the best positon without having to press the `shift` key.\nIt will not split or add areas on the fly, the window is only resized to an existing area that you can define with `Meta+T` using KDE's tiling editor.\n\nSingle windows are maximized automatically.\n\n*This extension is unstable.*\n\nRequirements :\n- Since version `v1.0.0`, KDE/Plasma 6 is required, for Plasma 5.27 use release `v0.1.6`.\n\nDemo:\n\n ![demo](https://github.com/ragusa87/kde-tiling-on-drag/assets/1695207/c99ce67c-e9c4-4117-9141-9f37bf9c4e0d)\n\nResources :\n\n* KWin documentation \u003chttps://develop.kde.org/docs/plasma/kwin/api/\u003e\n* Plasma's MR that adds Tiling support \u003chttps://invent.kde.org/plasma/kwin/-/merge_requests/2560/diffs\u003e\n* KDE's Scripting support \u003chttps://invent.kde.org/plasma/kwin/-/blame/master/src/scripting/scripting.cpp#L210\u003e\n\nInspired by :\n\n* \u003chttps://github.com/esjeon/krohnkite\u003e\n* \u003chttps://github.com/Bismuth-Forge/bismuth\u003e\n* \u003chttps://github.com/zeroxoneafour/polonium\u003e\n\nHow to install :\n\n1. Download a release from \u003chttps://github.com/ragusa87/kde-tiling-on-drag/releases\u003e (file `kde-tiling-on-drag.kwinscript`).\n2. Open Plasma setting and search for \"KWin\" (Windows Management -\u003e KWin Script).\n3. Click on \"Install from file\" and select the `kde-tiling-on-drag.kwinscript` file.\n4. Enable this extension (kde-tiling-on-drag).\n5. Click on Apply.\n\nHow to use it :\n\n1. Make sure your enabled the tiling editor in the \"Desktop effect\" settings.\n2. Press \"Meta+T\" to open the tiling Editor.\n3. Setup a layout.\n4. Drag or open any window, it will be tiled automatically.\n\nHow to compile and install from source :\n\n1. Install requirements (`makefile`, `7z`, `npm`, `plasmapkg2` or `plasma-framework`)\n2. Edit the source file\n3. Run `make reload` to build the package and reload it in Plasma\n\nLimitations :\n\n* It's buggy\n* You need to set at least a layout with 2 areas.\n* There is no feature such as \"switch layout\", etc.\n* If you need more, stick to a more advanced script. This one is only an [MVP](https://en.wikipedia.org/wiki/Minimum_viable_product).\n* You can of course submit MR or fork.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragusa87%2Fkde-tiling-on-drag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragusa87%2Fkde-tiling-on-drag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragusa87%2Fkde-tiling-on-drag/lists"}