summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Bensmann <johannesbensmann@gmx.de>2019-07-07 10:44:42 +0200
committerJohannes Bensmann <johannesbensmann@gmx.de>2019-07-07 10:44:42 +0200
commit40ee053b501973d40b61d7bdef99a5ef9ad373fa (patch)
treef4a70eb218f6e204cd02edbb94da20eed621a137
parent55799edbb2c56d70784455f0c8894e2a9ce39b26 (diff)
changed speeds
-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 },
};