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
21.41k stars 899 forks source link

Cannot move window via bind movewindow past eww panel/s between two monitors #3460

Open grappas opened 1 year ago

grappas commented 1 year ago

Hyprland Version

0.30.0.r29.7b002d60-1

Bug or Regression?

Bug

Description

On dual monitor setup, if eww panels are placed in between two monitors windows cannot be moved via kbd movewindow between them.

How to reproduce

1.

    (defwindow monitor1
    :monitor 0
    :stacking "bottom"
    :exclusive true
    :focusable false
    :geometry (geometry :x "8px"
        :y "0%"
        :width "160px"
        :height "55%"
        :anchor "right center")
(lets_gather_it_all))

    (defwindow monitor2
    :monitor 1
    :stacking "bottom"
    :exclusive true
    :focusable false
    :geometry (geometry :x "8px"
        :y "0%"
        :width "160px"
        :height "55%"
        :anchor "left center")
(lets_gather_it_all))
  1. Open those panels. Keep in mind that, they should be between two monitors, not outward (outward works fine).

Crash reports, logs, images, videos

https://cdn.discordapp.com/attachments/995047159542063154/1157670102418870333/obraz.png?ex=651973cc&is=6518224c&hm=379bdcbc3693fb5034c5c97ebce0302fb9f719ba01306c55856fb5b87c556601& https://cdn.discordapp.com/attachments/995047159542063154/1157671624112345088/2023-09-30_15-31-10.mkv?ex=65197537&is=651823b7&hm=22b4b3f927a64fe5ac2ad8f57a5be3e43baf30e44d5d7a588286e656eec41735&

JonathanSteininger commented 3 weeks ago

I cannot reproduce this issue.

Things are working as expected for me.

I am on eww version 0.6

grappas commented 2 weeks ago

I cannot reproduce this issue.

Well... I still can.