From b76f4670cb5dff5c64e280298abe98b8d0facdd6 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 29 Nov 2025 19:35:26 +0100 Subject: [PATCH] add smartzoom remap --- modules/linearmouse.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/linearmouse.nix b/modules/linearmouse.nix index 591b5bc..b2db2ab 100644 --- a/modules/linearmouse.nix +++ b/modules/linearmouse.nix @@ -24,6 +24,7 @@ mappings = [ { button = 3; action = "appExpose"; } { button = 4; action = "missionControl"; } + { button = 2; action = "smartZoom"; } { scroll = "left"; action = { keyPress = [ "leftArrow" ]; }; } { scroll = "right"; action = { keyPress = [ "rightArrow" ]; }; } ];