{"id":16974380,"url":"https://github.com/jcrd/awesome-dovetail","last_synced_at":"2026-02-20T08:30:17.459Z","repository":{"id":97083104,"uuid":"212693312","full_name":"jcrd/awesome-dovetail","owner":"jcrd","description":"AwesomeWM layout featuring two visible tiled clients","archived":false,"fork":false,"pushed_at":"2022-03-06T20:34:50.000Z","size":60,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-22T16:08:58.875Z","etag":null,"topics":["awesomewm","layout","lua","tiling-window-manager","window-manager"],"latest_commit_sha":null,"homepage":"https://jcrd.github.io/awesome-dovetail/","language":"Lua","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/jcrd.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}},"created_at":"2019-10-03T22:34:12.000Z","updated_at":"2024-04-19T06:16:16.000Z","dependencies_parsed_at":"2024-01-14T13:37:43.902Z","dependency_job_id":"be0136a9-79b3-47e9-b3ac-bf531c9161db","html_url":"https://github.com/jcrd/awesome-dovetail","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrd%2Fawesome-dovetail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrd%2Fawesome-dovetail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrd%2Fawesome-dovetail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrd%2Fawesome-dovetail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcrd","download_url":"https://codeload.github.com/jcrd/awesome-dovetail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680976,"owners_count":19679508,"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":["awesomewm","layout","lua","tiling-window-manager","window-manager"],"created_at":"2024-10-14T01:06:16.919Z","updated_at":"2026-02-20T08:30:17.366Z","avatar_url":"https://github.com/jcrd.png","language":"Lua","funding_links":[],"categories":["Window Mangement"],"sub_categories":["Layouts"],"readme":"# awesome-dovetail\n\nawesome-dovetail is a layout for [Awesome](https://github.com/awesomeWM/awesome)\nfeaturing two visible tiled clients. It is similar to the\n[*deck*](https://dwm.suckless.org/patches/deck/) layout in other dynamic window\nmanagers.\n\n## Installation\n\n```\n$ git clone https://github.com/jcrd/awesome-dovetail.git\n$ cd awesome-dovetail\n$ luarocks make --local rockspec/awesome-dovetail-devel-1.rockspec\n```\n\n## Usage\n\nRequire the library:\n```lua\nlocal dovetail = require(\"awesome-dovetail\")\n```\n\nAdd it to your layouts:\n```lua\nawful.layout.layouts = {\n    dovetail.layout.right,\n}\n```\n\nOr initialize your tags with it:\n```lua\nawful.tag(\n    {\"1\", \"2\", \"3\"},\n    s,\n    dovetail.layout.top,\n)\n```\n\nOr create a new tag using it:\n```lua\nawful.tag.add(\"dovetail\", {\n    layout = dovetail.layout.left,\n})\n```\n\nSee the [API documentation](https://jcrd.github.io/awesome-dovetail/) for\ndescriptions of all functions.\n\n## License\n\nThis project is licensed under the MIT License (see [LICENSE](LICENSE)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrd%2Fawesome-dovetail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcrd%2Fawesome-dovetail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrd%2Fawesome-dovetail/lists"}