diff options
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, }; |