summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/config.h b/config.h
index 49a671f..3c18ae3 100644
--- a/config.h
+++ b/config.h
@@ -13,16 +13,13 @@ static SpeedBindings speed_bindings[] = {
{ XK_Control_L, 10 },
};
+/* you can also add any other direction (e.g. diagonals) */
static MoveBinding move_bindings[] = {
/* key x y */
{ XK_j, -1, 0 },
{ XK_l, 1, 0 },
{ XK_i, 0, -1 },
- { XK_comma, 0, 1 },
- { XK_u, -1, -1 },
- { XK_o, 1, -1 },
- { XK_m, -1, 1 },
- { XK_period, 1, 1 },
+ { XK_k, 0, 1 },
};
/* 1: left