{"id":15533256,"url":"https://github.com/keyweeusr/decor","last_synced_at":"2026-02-06T12:37:04.805Z","repository":{"id":253638300,"uuid":"695885856","full_name":"KeyWeeUsr/decor","owner":"KeyWeeUsr","description":"Modify visual decorations","archived":false,"fork":false,"pushed_at":"2024-12-10T06:52:10.000Z","size":62,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T05:43:47.866Z","etag":null,"topics":["decorations","elisp","emacs","frame","melpa","melpa-badge","package","x11","xwayland"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KeyWeeUsr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null},"funding":{"github":"KeyWeeUsr","buy_me_a_coffee":"peterbadida","liberapay":"keyweeusr","custom":["https://paypal.me/peterbadida"]}},"created_at":"2023-09-24T14:28:51.000Z","updated_at":"2024-12-10T06:52:14.000Z","dependencies_parsed_at":"2024-08-18T12:25:52.862Z","dependency_job_id":"777bc4bb-6e66-432e-be77-e69d1ada676e","html_url":"https://github.com/KeyWeeUsr/decor","commit_stats":null,"previous_names":["keyweeusr/decor"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/KeyWeeUsr/decor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fdecor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fdecor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fdecor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fdecor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeyWeeUsr","download_url":"https://codeload.github.com/KeyWeeUsr/decor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyWeeUsr%2Fdecor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266682632,"owners_count":23967837,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["decorations","elisp","emacs","frame","melpa","melpa-badge","package","x11","xwayland"],"created_at":"2024-10-02T11:35:08.258Z","updated_at":"2026-02-06T12:36:59.783Z","avatar_url":"https://github.com/KeyWeeUsr.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/KeyWeeUsr","https://buymeacoffee.com/peterbadida","https://liberapay.com/keyweeusr","https://paypal.me/peterbadida","https://www.buymeacoffee.com/peterbadida"],"categories":[],"sub_categories":[],"readme":"# decor\n[![MELPA][melpa-badge]][melpa-package]\n[![MELPA Stable][melpa-stable-badge]][melpa-stable-package]\n[![CI][ci-badge]][ci-workflow]\n[![Coverage Status][cover-badge]][cover-link]\n[![Buy me a coffee][bmc-badge]][bmc-link]\n[![Liberapay][lp-badge]][lp-link]\n[![PayPal][ppl-badge]][ppl-link]\n\nThis library attempts to simplify removal of all frame (window) decorations as\na global minor mode.\n\n## How to\n\nInstall it from [Melpa](https://melpa.org/#/getting-started) or clone and\ninstall manually, then simply `M-x decor-mode`.\n\nAutomatical usage on start can be enabled in your config file with:\n\n```elisp\n(use-package decor\n  :ensure t\n  :config (decor-mode))\n```\n\nAlternatively you can use one of these public functions:\n\n* `decor-toggle-single-frame(win-id on)`\n* `decor-toggle-all-frames(on)`\n* `decor-all-frames-on()`\n* `decor-all-frames-off()`\n\nDocumentation on those can be found via `C-h f \u003cname\u003e`.\n\n[melpa-badge]: http://melpa.org/packages/decor-badge.svg\n[melpa-package]: http://melpa.org/#/decor\n[melpa-stable-badge]: http://stable.melpa.org/packages/decor-badge.svg\n[melpa-stable-package]: http://stable.melpa.org/#/decor\n[bmc-badge]: https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee\n[bmc-link]: https://www.buymeacoffee.com/peterbadida\n[ppl-badge]: https://img.shields.io/badge/-paypal-grey?logo=paypal\n[ppl-link]: https://paypal.me/peterbadida\n[lp-badge]: https://img.shields.io/badge/-liberapay-grey?logo=liberapay\n[lp-link]: https://liberapay.com/keyweeusr\n[ci-badge]: https://github.com/KeyWeeUsr/decor/actions/workflows/test.yml/badge.svg\n[ci-workflow]: https://github.com/KeyWeeUsr/decor/actions/workflows/test.yml\n[cover-badge]: https://coveralls.io/repos/github/KeyWeeUsr/decor/badge.svg?branch=master\n[cover-link]: https://coveralls.io/github/KeyWeeUsr/decor?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyweeusr%2Fdecor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyweeusr%2Fdecor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyweeusr%2Fdecor/lists"}