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.09k stars 882 forks source link

Clicking an empty workspace on a non-focused monitor will not focus it #4482

Closed KaspervdHeijden closed 5 months ago

KaspervdHeijden commented 9 months ago

Hyprland Version

System/Version info ```sh [vanderheijdenk@spaceship zsh Linux 6.6.11 ~ 2024-01-19 10:54] % hyprctl version Hyprland, built from branch HEAD at commit 03ebbe18ed8517ee22591eac82cd54322f42cb7d (props: bump ver to 0.34.0). Date: Mon Jan 1 12:03:15 2024 Tag: v0.34.0 flags: (if any) [vanderheijdenk@spaceship zsh Linux 6.6.11 ~ 2024-01-19 10:54] % hyprctl systeminfo usage: hyprctl [(opt)flags] [command] [(opt)args] commands: activewindow activeworkspace binds clients cursorpos decorations devices dispatch getoption globalshortcuts hyprpaper instances keyword kill layers layouts monitors notify plugin reload setcursor seterror setprop splash switchxkblayout version workspacerules workspaces flags: -j -> output in JSON --batch -> execute a batch of commands, separated by ';' --instance (-i) -> use a specific instance. Can be either signature or index in hyprctl instances (0, 1, etc) [1 vanderheijdenk@spaceship zsh Linux 6.6.11 ~ 2024-01-19 10:54] % ```

(Please consider updating the template, hyprctl systeminfo does not work)

Bug or Regression?

Bug

Description

When clicking on a empty workspace on a monitor that does not have focus, I expect that workspace and monitor to obtain focus. However, it does not.

How to reproduce

Crash reports, logs, images, videos

No response

KaspervdHeijden commented 9 months ago

Note: I can mitigate this by enabling mouse_move_focuses_monitor, but I would prefer that to be off. Moving the mouse and clicking the mouse are two distinct operations.

vaxerski commented 9 months ago

(Please consider updating the template, hyprctl systeminfo does not work)

image

Tag: v0.34.0

Please consider reading carefully...?

KaspervdHeijden commented 7 months ago

Missed that :) Any update on the actual issue?

vaxerski commented 7 months ago

havent really looked into it, might be worth a re-test. Gimme sec.

vaxerski commented 7 months ago

seems to work on my end

vaxerski commented 5 months ago

is this still a thing?

KaspervdHeijden commented 5 months ago

Hey @vaxerski, thanks for getting back and sorry for neglecting this issue. I've since moved back to Sway. If I return to hyprland in the future and encounter this issue, I'll make a new issue.

Closing.