diff options
author | oga | 2007-11-07 22:02:04 +0000 |
---|---|---|
committer | oga | 2007-11-07 22:02:04 +0000 |
commit | bb63572ce41e23557ccb9a11492b4d53e763075b (patch) | |
tree | 7036b8ff546251ff6021f5c626c6da89e99d9ce4 /kbfunc.c | |
parent | 4351c11247a325032fa4784a61dfbef4156e3f6d (diff) | |
download | cwm-bb63572ce41e23557ccb9a11492b4d53e763075b.tar.gz |
Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when
moving and resizing windows using the keyboard.
Future diffs might make this value configurable.
ok jasper@, todd@.
Diffstat (limited to 'kbfunc.c')
-rw-r--r-- | kbfunc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * Copyright (c) 2004 Martin Murray <mmurray@monkey.org> * All rights reserved. * - * $Id: kbfunc.c,v 1.8 2007/11/07 21:58:03 oga Exp $ + * $Id: kbfunc.c,v 1.9 2007/11/07 22:02:04 oga Exp $ */ #include <paths.h> @@ -14,7 +14,7 @@ #define KNOWN_HOSTS ".ssh/known_hosts" #define HASH_MARKER "|1|" -#define MOVE_AMOUNT 10 +#define MOVE_AMOUNT 1 void kbfunc_client_lower(struct client_ctx *cc, void *arg) |