1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

Set mod+wheel to OFF by default

Resizing windows with the mouse wheel was introduced in a063338175
("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
This commit is contained in:
Carlos R. Mafra
2013-01-06 22:56:37 +00:00
parent 37677b2ec0
commit 3b8c36510f

View File

@@ -442,7 +442,7 @@ WDefaultEntry optionList[] = {
&wPreferences.help_balloon, getBool, NULL, NULL, NULL}, &wPreferences.help_balloon, getBool, NULL, NULL, NULL},
{"EdgeResistance", "30", NULL, {"EdgeResistance", "30", NULL,
&wPreferences.edge_resistance, getInt, NULL, NULL, NULL}, &wPreferences.edge_resistance, getInt, NULL, NULL, NULL},
{"ResizeIncrement", "32", NULL, {"ResizeIncrement", "0", NULL,
&wPreferences.resize_increment, getInt, NULL, NULL, NULL}, &wPreferences.resize_increment, getInt, NULL, NULL, NULL},
{"Attraction", "NO", NULL, {"Attraction", "NO", NULL,
&wPreferences.attract, getBool, NULL, NULL, NULL}, &wPreferences.attract, getBool, NULL, NULL, NULL},