-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
PRs-welcomeIssues which are unlikely to be fixed unless someone sends a PRIssues which are unlikely to be fixed unless someone sends a PRbugeasyIssues that do not require knowledge about the whole codebaseIssues that do not require knowledge about the whole codebasegood first issue
Description
Wayfire version
0.11.0-3c9a7712 (Jan 18 2026) branch master wlroots-0.19.2
Describe the bug
Wayfire is allowing the alpha value to be set higher than 1.0.
To Reproduce
from wayfire import WayfireSocket
sock = WayfireSocket()
focused_view_id = sock.get_focused_view()["id"]
sock.set_view_alpha(focused_view_id, 100.0)
Expected behavior
1.0 max value
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PRs-welcomeIssues which are unlikely to be fixed unless someone sends a PRIssues which are unlikely to be fixed unless someone sends a PRbugeasyIssues that do not require knowledge about the whole codebaseIssues that do not require knowledge about the whole codebasegood first issue