summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Bensmann <johannesbensmann@gmx.de>2019-07-21 19:13:49 +0200
committerJohannes Bensmann <johannesbensmann@gmx.de>2019-07-21 19:13:49 +0200
commitf3a7697065564a16e50e60b59087a29ee751d23d (patch)
treef9b92e0e6ed74a875c4114d75c60356f624c0580
parentdc3dfdd52e7ad43ca3153840e6996a9fb50f6e19 (diff)
increased speed of XK_a
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 },
};