You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when a window is closed and closeWindowDelay is set, the border of the active window in Hyprland flickers for a bit.
recording_fixed.mp4
You can observe it when clicking away from the quicksettings popup window in your dotfiles. Interestingly, toggling the popup via the systemindicator button on the bar doesn't have this effect.
I first thought that the focus was being stolen by something temporarily. So I tried to listen to the activewindow event from the Hyprland socket, but it looks like that the active window didn't even change during the transition.
The text was updated successfully, but these errors were encountered:
Yeah, might be something Hyprland-specific. Another thing I'm noticing is that it depends on your mouse click speed. If you tap really fast, the effect doesn't happen.
It seems that when a window is closed and
closeWindowDelay
is set, the border of the active window in Hyprland flickers for a bit.recording_fixed.mp4
You can observe it when clicking away from the quicksettings popup window in your dotfiles. Interestingly, toggling the popup via the systemindicator button on the bar doesn't have this effect.
I first thought that the focus was being stolen by something temporarily. So I tried to listen to the
activewindow
event from the Hyprland socket, but it looks like that the active window didn't even change during the transition.The text was updated successfully, but these errors were encountered: