From 31fe3c9cb00ed84df0f715a01d77c59b62e279ef Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Wed, 11 Feb 2026 19:25:06 -0800 Subject: [PATCH] Prevent focus from following mouse --- modules/home/windowManagers/hyprland/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/windowManagers/hyprland/default.nix b/modules/home/windowManagers/hyprland/default.nix index 0e9bf08..8ddf626 100644 --- a/modules/home/windowManagers/hyprland/default.nix +++ b/modules/home/windowManagers/hyprland/default.nix @@ -115,6 +115,9 @@ in allow_tearing = false; }; + # Prevent giving focus to a window just by hovering over it. + input.follow_mouse = false; + # Decoration decoration = { rounding = 10;