WayfireWM / WayfireWM/wayfire

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

Open
#2,960 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug easy good first issue PRs-welcome
Dominant language
C++
Stars
3.1k
Forks
237
Avg merge
1h 43m
Merged PRs (30d)
1

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The reproduction uses WayfireSocket.set_view_alpha; start at that entry point and trace how the supplied alpha value is handled. Done means values above 1.0 are limited to 1.0, verified by rerunning the reproduction and checking the resulting behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.