summary refs log tree commit diff
path: root/kbfunc.c
diff options
context:
space:
mode:
authoroga <oga>2007-11-07 22:02:04 +0000
committeroga <oga>2007-11-07 22:02:04 +0000
commit6b00b86622f710d6103681ac6455775d115ef4fd (patch)
tree4eb2b02eb446a83362e9f4e3a46de6ffb0ed224f /kbfunc.c
parente64e1709ba829a6da005ea8f861ce4efeb95b480 (diff)
downloadcwm-6b00b86622f710d6103681ac6455775d115ef4fd.tar.gz
cwm-6b00b86622f710d6103681ac6455775d115ef4fd.tar.xz
cwm-6b00b86622f710d6103681ac6455775d115ef4fd.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 32dbb28..05e8d93 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -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)