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@.
This commit is contained in:
2
kbfunc.c
2
kbfunc.c
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#define KNOWN_HOSTS ".ssh/known_hosts"
|
#define KNOWN_HOSTS ".ssh/known_hosts"
|
||||||
#define HASH_MARKER "|1|"
|
#define HASH_MARKER "|1|"
|
||||||
#define MOVE_AMOUNT 10
|
#define MOVE_AMOUNT 1
|
||||||
|
|
||||||
void
|
void
|
||||||
kbfunc_client_lower(struct client_ctx *cc, void *arg)
|
kbfunc_client_lower(struct client_ctx *cc, void *arg)
|
||||||
|
|||||||
Reference in New Issue
Block a user