From fa3c511fa54333d0b12db35a00dd6b0c5e8db18f Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 27 Aug 2023 20:45:27 +0200 Subject: [PATCH] pinwheel: Focus follows mouse (but not keyboard does not) --- hosts/pinwheel/modules/hyprland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index e4045f0..d14cdf3 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -28,7 +28,8 @@ input = { kb_layout = "se"; - follow_mouse = 0; + # 2 - Cursor focus will be detached from keyboard focus. Clicking on a window will move keyboard focus to that window. + follow_mouse = 2; sensitivity = 0.35; touchpad = {