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;