diff --git a/modules/linearmouse.nix b/modules/linearmouse.nix index 69c023f..85d9ff2 100644 --- a/modules/linearmouse.nix +++ b/modules/linearmouse.nix @@ -19,6 +19,12 @@ pointer = { disableAcceleration = true; }; + buttons = { + mappings = [ + { button = 3; action = "appExpose"; } + { button = 4; action = "missionControl"; } + ]; + }; } ]; };