Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyweeusr/decor
Modify visual decorations
https://github.com/keyweeusr/decor
decorations elisp emacs frame melpa melpa-badge package x11 xwayland
Last synced: about 1 month ago
JSON representation
Modify visual decorations
- Host: GitHub
- URL: https://github.com/keyweeusr/decor
- Owner: KeyWeeUsr
- License: gpl-3.0
- Created: 2023-09-24T14:28:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-18T11:08:27.000Z (3 months ago)
- Last Synced: 2024-10-03T11:35:04.565Z (about 2 months ago)
- Topics: decorations, elisp, emacs, frame, melpa, melpa-badge, package, x11, xwayland
- Language: Emacs Lisp
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![MELPA][melpa-badge]][melpa-package]
[![MELPA Stable][melpa-stable-badge]][melpa-stable-package]
[![Buy me a coffee][bmc-badge]][bmc-link]
[![Liberapay][lp-badge]][lp-link]
[![PayPal][ppl-badge]][ppl-link]# decor
This library attempts to simplify removal of all frame (window) decorations as
a global minor mode.## How to
Install it from [Melpa](https://melpa.org/#/getting-started) or clone and
install manually, then simply `M-x decor-mode`.Automatical usage on start can be enabled in your config file with:
```elisp
(use-package decor
:ensure t
:config (decor-mode))
```Alternatively you can use one of these public functions:
* `decor-toggle-single-frame(win-id on)`
* `decor-toggle-all-frames(on)`
* `decor-all-frames-on()`
* `decor-all-frames-off()`Documentation on those can be found via `C-h f `.
[melpa-badge]: http://melpa.org/packages/decor-badge.svg
[melpa-package]: http://melpa.org/#/decor
[melpa-stable-badge]: http://stable.melpa.org/packages/decor-badge.svg
[melpa-stable-package]: http://stable.melpa.org/#/decor
[bmc-badge]: https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee
[bmc-link]: https://www.buymeacoffee.com/peterbadida
[ppl-badge]: https://img.shields.io/badge/-paypal-grey?logo=paypal
[ppl-link]: https://paypal.me/peterbadida
[lp-badge]: https://img.shields.io/badge/-liberapay-grey?logo=liberapay
[lp-link]: https://liberapay.com/keyweeusr