From ddf3256c116fa06663f10deea63ecdf66757a75e Mon Sep 17 00:00:00 2001 From: Johannes Bensmann Date: Mon, 10 Jun 2019 10:38:52 +0200 Subject: changed speeds --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 75c6222..4445757 100644 --- a/config.h +++ b/config.h @@ -3,13 +3,14 @@ static const unsigned int move_rate = 30; /* the speed with no modifier */ -static const unsigned int default_speed = 20; +static const unsigned int default_speed = 15; static SpeedBindings speed_bindings[] = { /* key speed */ { XK_Super_L, 100 }, { XK_Alt_L, 50 }, - { XK_a, 2 }, + { XK_a, 3 }, + { XK_Control_L, 1 }, }; static MoveBinding move_bindings[] = { -- cgit v1.2.3