Skip to content

Wayfire is allowing the alpha value to be set higher than 1.0 #2960

@killown

Description

@killown

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    PRs-welcomeIssues which are unlikely to be fixed unless someone sends a PRbugeasyIssues that do not require knowledge about the whole codebasegood first issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions