add 'moveamount' to cwmrc; it sets keyboard movement amount, making

it more useful on large screens
manpage tweak & ok jmc@
ok okan@, oga@
This commit is contained in:
martynas
2009-02-07 21:07:00 +00:00
parent 507b65a27f
commit 17ae65adc5
5 changed files with 90 additions and 30 deletions

View File

@@ -25,7 +25,6 @@
#define KNOWN_HOSTS ".ssh/known_hosts"
#define HASH_MARKER "|1|"
#define MOVE_AMOUNT 1
extern int _xev_quit;
@@ -54,7 +53,7 @@ kbfunc_moveresize(struct client_ctx *cc, union arg *arg)
mx = my = 0;
flags = arg->i;
amt = MOVE_AMOUNT;
amt = Conf.mamount;
if (flags & CWM_BIGMOVE) {
flags -= CWM_BIGMOVE;