-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the mouse focus decoupled from the keyboard, the active workspace still follows the mouse #9426
Comments
rofi doesnt have wayland support |
Under the fourth step to reproduce the issue, I mention to use the Wayland fork. Additionally, this issue presents even without considering Rofi. For example, resuming from |
correct |
@vaxerski, FYI, even with |
no, that's just how it works. We gotta focus on something, and a cursor in this case is a good enough guide |
Why not just refocus the previously focused window? This is what I've come to expect, from other DEs and WMs so I'd expect the behavior wouldn't be unexpected to many people, and Hyprland clearly has a focus history that could be utilized. Would that be technically infeasible (note: I'm not asking for it to be implemented right now, as I get that it's unlikely a priority)? EDIT: Evidently |
Already reported ? *
Regression?
I don't know, I started using Hyprland only recently
System Info and Hyprland Version
System/Version info
Description
When moving the cursor between monitors, the active workspace also changes. For example, if workspace 1 is on monitor 1 and workspace 2 is on monitor 2, moving the cursor from monitor 1 to monitor 2 causes the active workspace to shift from 1 to 2.
This has the side effects of:
pyprland
to make a floating terminal, closing it on monitor/workspace 2 with the cursor on monitor/workspace 1 causes the focus to shift to monitor/workspace 1 for new floating items from special workspaces (ex. reopening the floating terminal)How to reproduce
follow_mouse = 2
in the configno_warps = true
as wellAttach not paste
Checklist of files to include below
hyprctl systeminfo -c
(always include)Additional info & File uploads
hyprland_config_dump.txt
The text was updated successfully, but these errors were encountered: