From 98db40fd0d0b0845fba5a85baff664d10a4330d3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 31 Aug 2025 07:54:16 +0200 Subject: [PATCH] This is preventing Android Studio from working correctly Closes #1300 --- default/hypr/apps/jetbrains.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/default/hypr/apps/jetbrains.conf b/default/hypr/apps/jetbrains.conf index d13bb16c..661b0a4c 100644 --- a/default/hypr/apps/jetbrains.conf +++ b/default/hypr/apps/jetbrains.conf @@ -1,10 +1,6 @@ # Fixing popup size issue windowrule = size 50% 50%, class:(.*jetbrains.*)$, title:^$,floating:1 -# Fix tooltips (always have a title of `win.`) -windowrule = noinitialfocus, class:^(.*jetbrains.*)$, title:^(win.*)$ -windowrule = nofocus, class:^(.*jetbrains.*)$, title:^(win.*)$ - # Fix tab dragging (always have a single space character as their title) windowrule = noinitialfocus, class:^(.*jetbrains.*)$, title:^\\s$ windowrule = nofocus, class:^(.*jetbrains.*)$, title:^\\s$