Skip to content

Commit 47e1f92

Browse files
authored
feat: add permissions for vibrancy and cursor events (#249)
A small PR that adds permissions for the frontend to use. Specifically, adds ability to use window effects from the frontend itself rather than the settings menu (still waiting for #133), and the ability to make the bar click-through. I personally use these features in my Zebar configuration with a custom Zebar build. I'd love to see these get added so there will be no need to recompile Zebar to use my configuration. <!-- Before submitting a PR, follow this checklist: 1. Give the PR a descriptive title. Examples of good titles: - fix: fix race condition in message loop - docs: update readme with new demo gif - feat: add new `general.focus_follows_mouse` config option Examples of bad titles: - fix #7123 - update docs - fix bugs 2. If there is a related issue, reference it in the PR description, e.g. closes #123. 3. Propose your changes as a draft PR if your work is still in progress. -->
1 parent 8ec1b05 commit 47e1f92

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/desktop/capabilities/widget.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"core:window:allow-set-resizable",
3030
"core:window:allow-set-position",
3131
"core:window:allow-set-size",
32-
"core:window:allow-set-title"
32+
"core:window:allow-set-title",
33+
"core:window:allow-set-effects",
34+
"core:window:allow-set-ignore-cursor-events"
3335
]
3436
}

0 commit comments

Comments
 (0)