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:
parent
28416cc75a
commit
4eab279258
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user