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

@@ -256,6 +256,8 @@ struct conf {
int flags;
#define CONF_BWIDTH 1
int bwidth;
#define CONF_MAMOUNT 1
int mamount;
char termpath[MAXPATHLEN];
char lockpath[MAXPATHLEN];