From f2da2174d358d881511df2b13e75a1c640fc6205 Mon Sep 17 00:00:00 2001 From: Jeena Date: Fri, 26 Sep 2025 14:20:51 +0900 Subject: [PATCH] Disable follow mouse focus for floating windows --- hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5b4cbcd..70e6009 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -192,6 +192,7 @@ input { kb_rules = follow_mouse = 0 + float_switch_override_focus = 0 sensitivity = 0 # -1.0 - 1.0, 0 means no modification.