mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
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:
parent
e64e1709ba
commit
6b00b86622
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user