From 182fff86cf27a7e0a0a6579b150d71f82fcc6eb5 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 8 Oct 2022 07:44:56 -0700 Subject: [PATCH] Prevents mouse hover from changing focused window --- users/alejandro/sway/sway.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/alejandro/sway/sway.nix b/users/alejandro/sway/sway.nix index cbb92a2..dd19b8b 100644 --- a/users/alejandro/sway/sway.nix +++ b/users/alejandro/sway/sway.nix @@ -74,6 +74,8 @@ }; }; + focus.followMouse = false; + output = { "*".bg = "${config.home.homeDirectory}/wallpaper.png fill"; "eDP-1".scale = "1";