diff --git a/default/hypr/apps/jetbrains.conf b/default/hypr/apps/jetbrains.conf index f6455ced33..6e8708af64 100644 --- a/default/hypr/apps/jetbrains.conf +++ b/default/hypr/apps/jetbrains.conf @@ -17,3 +17,6 @@ windowrule = size >50% >50%, class:^(jetbrains-.*), title:^()$, floating:1 # Disable window flicker when autocomplete or tooltips appear windowrule = noinitialfocus, class:^(jetbrains-.*)$, title:^(win.*)$, floating:1 + +# Disable mouse focus +windowrule = nofollowmouse, class:^(jetbrains-.*)$