My configuration of sxmo fork of suckless dwm.

git clone git://watertao.xyz/programs/sxmo-dwm.git

commit 936e072e89373a65cce6d70c0dad79731583b326
parent 8c92e0ba2882e38fd655568822793a8afeac270e
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Mon,  8 Mar 2021 20:49:00 +0100

Applied DWM Multikey timer settings suggested by ~emulti #195

Diffstat:
Mdwm.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dwm.c b/dwm.c @@ -307,8 +307,8 @@ static Window root, wmcheckwin; static char *colors[4][3]; /* 4 schemes, 3 colors each */ static char *fonts[] = {0, 0}; -#define KEYPRESS_MS_THRESHOLD 200 -#define KEYHOLD_MS_THRESHOLD 700 +#define KEYPRESS_MS_THRESHOLD 250 +#define KEYHOLD_MS_THRESHOLD 800 static int multikeypendingindex = -1; timer_t multikeypendingtimer; static int multikeyup = 1;