JetBrains apps are flickering in Hyprland?
I've recently moved to #Hyprland. But IntelliJ IDEA was flickering constantly when it should show a popup and it was very annoying.
Apparently JetBrains shows popups using temporarily created floating windows. As creating a new popup window moved focus to it and after focus is moved IntelliJ closed the popup window.
This window rule prevents initial focus:
windowrulev2 = noinitialfocus, class:jetbrains-.*, floating:1
#snippets@ilyosshares
I've recently moved to #Hyprland. But IntelliJ IDEA was flickering constantly when it should show a popup and it was very annoying.
Apparently JetBrains shows popups using temporarily created floating windows. As creating a new popup window moved focus to it and after focus is moved IntelliJ closed the popup window.
This window rule prevents initial focus:
windowrulev2 = noinitialfocus, class:jetbrains-.*, floating:1
#snippets@ilyosshares