[Launcher] Focus action not working in Hyprland v0.40.0
Closed this issue · 2 comments
donovanglover commented
Describe the bug
Not able to click on applications to focus them in Hyprland v0.40.0
To Reproduce
Steps to reproduce the behavior:
- Open a few applications
- Try to focus them by clicking on their icons
- Nothing happens
Expected behavior
Should work like in Hyprland v0.39.1
System information:
- Distro: NixOS 24.05 at NixOS/nixpkgs@805a384
- Compositor: Tried Hyprland v0.40.0 in 24.05 and hyprwm/Hyprland@0ebb43c
- Ironbar version: Tried 0.15.1 and 6edfe94
Configuration
Possible to reproduce with nix-config by removing the hyprland overlay and rebuilding with nixpkgs changed to nixos-24.05
Additional context
JakeStanger commented
This looks like a Hyprland bug to me:
- With vanilla Hyprland 0.40, the bug is present
- Using the hy3 plugin, it works fine
donovanglover commented
Fixed by changing misc:focus_on_activate
to true
. Seems like wlr_foreign_toplevel_management
got changed a bit in 0.40.0.
See: hyprwm/Hyprland#5939