summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
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 },
};