summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Bensmann <johannesbensmann@gmx.de>2019-06-10 10:38:52 +0200
committerJohannes Bensmann <johannesbensmann@gmx.de>2019-06-10 10:38:52 +0200
commitddf3256c116fa06663f10deea63ecdf66757a75e (patch)
treec83a80acfd36e7aa2ce6e60624afe977b30faf02
parent5077622825373893a1a48cd057277068bebe9884 (diff)
changed speeds
-rw-r--r--config.h5
1 files 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[] = {