hyprland: Fix flickering in JetBrains-IDEs

This commit is contained in:
SebastianStork 2025-11-21 15:36:39 +01:00
parent b4241e4e23
commit 68031a4cc4
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -90,6 +90,9 @@
"rounding 0, floating:0, onworkspace:w[t1]s[false]" "rounding 0, floating:0, onworkspace:w[t1]s[false]"
"idleinhibit fullscreen, class:.*" "idleinhibit fullscreen, class:.*"
# Fix flickering in JetBrains-IDEs
"noinitialfocus, class:(jetbrains-)(.*), floating:1"
]; ];
}; };
}; };