summaryrefslogtreecommitdiff
path: root/app/cwm/kbfunc.c
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2007-11-07 22:02:05 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2007-11-07 22:02:05 +0000
commitdea08a87cae501b0ab8e7448c9ce1e90f1783c4a (patch)
treebc771296744f90d0e9ca74606ea040c814ef9edf /app/cwm/kbfunc.c
parent24297f5461f19ec796d3f78290dac51e9342bf37 (diff)
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 'app/cwm/kbfunc.c')
-rw-r--r--app/cwm/kbfunc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/kbfunc.c b/app/cwm/kbfunc.c
index f784c2614..923e00c65 100644
--- a/app/cwm/kbfunc.c
+++ b/app/cwm/kbfunc.c
@@ -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)