diff options
Diffstat (limited to 'xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml')
-rw-r--r-- | xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml new file mode 100644 index 0000000..dbb83d1 --- /dev/null +++ b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/pointers.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="pointers" version="1.0"> + <property name="bcm5974" type="empty"> + <property name="RightHanded" type="bool" value="true"/> + <property name="ReverseScrolling" type="bool" value="false"/> + <property name="Threshold" type="int" value="4"/> + <property name="Acceleration" type="double" value="2.000000"/> + <property name="Properties" type="empty"> + <property name="Synaptics_Edge_Scrolling" type="array"> + <value type="int" value="0"/> + <value type="int" value="0"/> + <value type="int" value="0"/> + </property> + <property name="Synaptics_Two-Finger_Scrolling" type="array"> + <value type="int" value="1"/> + <value type="int" value="0"/> + </property> + <property name="Synaptics_Circular_Scrolling" type="int" value="0"/> + <property name="Synaptics_Circular_Scrolling_Trigger" type="int" value="0"/> + <property name="libinput_Scroll_Method_Enabled" type="array"> + <value type="int" value="1"/> + <value type="int" value="0"/> + <value type="int" value="0"/> + </property> + </property> + </property> +</channel> |