xfce settings: Disable mousewheel-rollup feature in the xfwm4.

As suggested in this letter:
http://mail.xfce.org/pipermail/xfce4-dev/2013-December/030552.html.
This commit is contained in:
Mikhail Efremov 2013-12-24 17:18:48 +04:00 committed by Andrey Cherepanov
parent 28416cc75a
commit 4eab279258

View File

@ -77,6 +77,6 @@
<property name="cycle_apps_only" type="bool" value="false"/>
<property name="double_click_time" type="int" value="250"/>
<property name="double_click_distance" type="int" value="5"/>
<property name="mousewheel_rollup" type="bool" value="true"/>
<property name="mousewheel_rollup" type="bool" value="false"/>
</property>
</channel>