From 40ee053b501973d40b61d7bdef99a5ef9ad373fa Mon Sep 17 00:00:00 2001 From: Johannes Bensmann Date: Sun, 7 Jul 2019 10:44:42 +0200 Subject: changed speeds --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3c18ae3..fb2161b 100644 --- a/config.h +++ b/config.h @@ -3,12 +3,12 @@ static const unsigned int move_rate = 50; /* the speed with no modifier (pixels per second) */ -static const unsigned int default_speed = 300; +static const unsigned int default_speed = 500; static SpeedBindings speed_bindings[] = { /* key speed */ - { XK_Super_L, 2000 }, - { XK_Alt_L, 1000 }, + { XK_Super_L, 3000 }, + { XK_Alt_L, 1500 }, { XK_a, 60 }, { XK_Control_L, 10 }, }; -- cgit v1.2.3