From 93a9f56092bf555bebc3e8fe16793c850c32c1e7 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 19 May 2026 17:44:35 +0100 Subject: [PATCH] macbook: increase DWT timeout from 0.3s to 0.4s Co-Authored-By: Claude Opus 4.6 --- hosts/FredOS-Macbook.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/FredOS-Macbook.nix b/hosts/FredOS-Macbook.nix index 1216675..ec2b939 100644 --- a/hosts/FredOS-Macbook.nix +++ b/hosts/FredOS-Macbook.nix @@ -58,7 +58,7 @@ import glob, os, select, struct, time EVENT_SIZE = struct.calcsize("llHHi") EV_KEY = 0x01 -DWT_TIMEOUT = 0.3 +DWT_TIMEOUT = 0.4 # Modifier keycodes — don't inhibit touchpad for these MODIFIERS = {42, 54, 29, 97, 56, 100, 125, 126} # L/R Shift, Ctrl, Alt, Super