aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authormartynas2009-02-07 21:07:00 +0000
committermartynas2009-02-07 21:07:00 +0000
commit3b8599db32069734f229e242530b781a6e65126b (patch)
tree827c64f35c199965229071755fb46c1831e65465 /conf.c
parent51f627557bcda3ca4b450d60fea4a8d03b2da07d (diff)
downloadcwm-3b8599db32069734f229e242530b781a6e65126b.tar.gz
add 'moveamount' to cwmrc; it sets keyboard movement amount, making
it more useful on large screens manpage tweak & ok jmc@ ok okan@, oga@
Diffstat (limited to '')
-rw-r--r--conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 554748c..940d7ce 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: conf.c,v 1.56 2009/01/23 20:47:45 okan Exp $
+ * $Id: conf.c,v 1.57 2009/02/07 21:07:00 martynas Exp $
*/
#include "headers.h"
@@ -77,6 +77,7 @@ conf_init(struct conf *c)
{
c->flags = 0;
c->bwidth = CONF_BWIDTH;
+ c->mamount = CONF_MAMOUNT;
TAILQ_INIT(&c->ignoreq);
TAILQ_INIT(&c->cmdq);