From 8f78ecfd0b2b4ceb08c0de2b14c6ee3f5c25aa86 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 16 May 2023 18:07:29 -0400 Subject: [PATCH] hyprland: Don't refocus mouse until new window This fixes an issue where floating windows would have their focus lost if you accidentally moved the mouse while on the window behind it. This also fixes an issue where focus would be lost on a special workspace if the workspace in the background had a fullscreen xwayland application. --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 4935c96a..7ebff652 100644 --- a/home.nix +++ b/home.nix @@ -23,6 +23,7 @@ kb_layout = us accel_profile = flat follow_mouse = 1 + mouse_refocus = 0 sensitivity = 0 touchpad { natural_scroll = yes