From f3a7697065564a16e50e60b59087a29ee751d23d Mon Sep 17 00:00:00 2001 From: Johannes Bensmann Date: Sun, 21 Jul 2019 19:13:49 +0200 Subject: increased speed of XK_a --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index fb2161b..bd8b941 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ static SpeedBindings speed_bindings[] = { /* key speed */ { XK_Super_L, 3000 }, { XK_Alt_L, 1500 }, - { XK_a, 60 }, + { XK_a, 100 }, { XK_Control_L, 10 }, }; -- cgit v1.2.3