hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
19.7k stars 835 forks source link

Steam notifications appearing in wrong place #3025

Open uoou opened 1 year ago

uoou commented 1 year ago

Hyprland Version

Hyprland, built from branch main at commit 942ee943f5b0f3f9611b2ff5481dacf19aed6a17 dirty (input: unify constraint hint logic). Tag: v0.28.0-68-g942ee943

Bug or Regression?

Regression

Description

I have two monitors, one at 2560x1440 and one at 1920x1080.

On the version of Hyprland stated above, when steam notifications appear on the larger monitor, they appear inset from the edge, as if they think they're on the 1080 monitor.

On the release version of Hyprland...

Hyprland, built from branch at commit 9654749244117f7f150c6f2a2ce4dede6e8cbb25 dirty (). Tag: v0.28.0#

all steam notifications appear on the smaller monitor, regardless of which is focused or where steam is.

On the version of Hyprland I previously had installed...

Hyprland, built from branch main at commit 7395987 dirty (remove shadow no_gaps_when_only (2956)). Tag: v0.28.0-36-g73959871

I believe the notifications apeared where they were supposed to. But I am honestly not 100% certain of that. I just don't recall noticing a problem.

If I disable the smaller monitor, notifications appear correctly. This persists even after I re-enable the second monitor.

But executing:

hyprctl keyword monitor HDMI-A-2,disable

and then:

hyprctl keyword monitor HDMI-A-2,preferred,2560x1440,auto

after starting Hyprland, as a workaround, makes it so that I can't move my mouse between monitors.

My monitors are configured as:

monitor=DP-2, preferred, 0x0, auto
monitor=HDMI-A-2, preferred, 2560x0, auto

How to reproduce

I don't know exactly what is affecting this, whether the monitor connections (DP vs. HDMI) matter, but:

Crash reports, logs, images, videos

2023-08-19_121013_758855511

zakk4223 commented 1 year ago

It also seems worse after letting monitors dpms sleep and then waking everything up. Like on a fresh launch the notification will be at the bottom of the display. After wakeup the notification is more like the screenshot above, where it is no longer at the bottom of the display

izmyname commented 1 month ago

Was it fixed for you?