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.55k stars 821 forks source link

Stacked Monitor config causing unresponsive mouse input within Bottles app #2981

Open Neptune1520 opened 1 year ago

Neptune1520 commented 1 year ago

Hyprland Version

Hyprland, built from branch main at commit 4b568ae5f67594819f7858d9f2def1007368ddda dirty (remove shadow no_gaps_when_only master (2958)). Tag: v0.28.0-37-g4b568ae5

Bug or Regression?

Bug

Description

I am having a problem where I was not able to click into an application that is running in Bottles. I was very confused and I decided to change my resolution back to auto and it seems that that application is now registering my mouse input.

The problem is that I have stacked monitors a LG monitor on top and a wide curved monitor on the bottom. I would like to be able to move my mouse up and down to both monitors with no issues which I thought I had accomplished. Can anyone help me understand what I did wrong with my monitor configuration?

How to reproduce

  1. Open hyprland.conf with a text editor
  2. use # to cancel out the default monitor
  3. Write Stacked Monitor Config
  4. Save and Exit
  5. Run Bottles
  6. Launch Application swappy-20230815_080451

Crash reports, logs, images, videos

https://github.com/hyprwm/Hyprland/assets/107357956/cd6accd1-1803-4c0b-82ba-7aedfd8648a4

vaxerski commented 1 year ago

what if you make your setup have no gaps from 0x0?

as in, put one monitor at 0x0 and adjust the rest to that.

Neptune1520 commented 1 year ago

Thank you for your response. How would I be able to use my mouse to move it up and down from one screen to the other? Doesn't 0x0 put it in the position of one of the monitors on the left side?

Neptune1520 commented 1 year ago

what if you make your setup have no gaps from 0x0?

as in, put one monitor at 0x0 and adjust the rest to that.

I tried this method and still had no luck in creating a vertical environment where I can move my mouse up and down throughout my stacked monitor layout. Any other ideas?

vaxerski commented 1 year ago

can you try on latest git? There were some fixes yesterday to xwayland, and this looks similiar.

Neptune1520 commented 1 year ago

can you try on latest git? There were some fixes yesterday to xwayland, and this looks similiar.

The latest git of Bottles?

Neptune1520 commented 1 year ago

Or the latest git of Hyprland?

MightyPlaza commented 1 month ago

any updates?