mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user