From 3b8c36510f97f345323c0804516d99028fe1b77f Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Sun, 6 Jan 2013 22:56:37 +0000 Subject: [PATCH] Set mod+wheel to OFF by default Resizing windows with the mouse wheel was introduced in a0633381755 ("Mod+Wheel Window Resize") and it should be disabled by default in order to not confuse users. Users wanting this behavior can enable it through WPrefs. Bug report: https://bugs.launchpad.net/ubuntu/+source/wmaker/+bug/1082879 --- src/defaults.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaults.c b/src/defaults.c index 52fa64bb..13c5d692 100644 --- a/src/defaults.c +++ b/src/defaults.c @@ -442,7 +442,7 @@ WDefaultEntry optionList[] = { &wPreferences.help_balloon, getBool, NULL, NULL, NULL}, {"EdgeResistance", "30", NULL, &wPreferences.edge_resistance, getInt, NULL, NULL, NULL}, - {"ResizeIncrement", "32", NULL, + {"ResizeIncrement", "0", NULL, &wPreferences.resize_increment, getInt, NULL, NULL, NULL}, {"Attraction", "NO", NULL, &wPreferences.attract, getBool, NULL, NULL, NULL},