Skip to content

Commit 42e1810

Browse files
landsmandhh
andauthored
fix: disable mouse focus for JetBrains (#3336)
* disable mouse focus for jetbrains * Match existing style --------- Co-authored-by: David Heinemeier Hansson <[email protected]>
1 parent c1fca69 commit 42e1810

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default/hypr/apps/jetbrains.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ windowrule = size >50% >50%, class:^(jetbrains-.*), title:^()$, floating:1
1717

1818
# Disable window flicker when autocomplete or tooltips appear
1919
windowrule = noinitialfocus, class:^(jetbrains-.*)$, title:^(win.*)$, floating:1
20+
21+
# Disable mouse focus
22+
windowrule = nofollowmouse, class:^(jetbrains-.*)$

0 commit comments

Comments
 (0)