From 03cf08f0d456320befbd68d82191f951978425f1 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 24 Jul 2025 14:06:14 +0200 Subject: [PATCH] Home: Fix jetbrains ide tooltip focus flicker --- home/christoph/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/christoph/hyprland.nix b/home/christoph/hyprland.nix index 3f13ddd2..5f0b9001 100644 --- a/home/christoph/hyprland.nix +++ b/home/christoph/hyprland.nix @@ -104,7 +104,11 @@ }; }; - windowrules = []; + windowrules = [ + # Fix jetbrains tooltip flicker + "float,class:^(jetbrains-.*)$,title:^(win[0-9]+)$" + "nofocus,class:^(jetbrains-.*)$,title:^(win[0-9]+)$" + ]; workspacerules = { "1" = [];