diff options
Diffstat (limited to 'xfce4/xfconf/xfce-perchannel-xml/pointers.xml')
-rw-r--r-- | xfce4/xfconf/xfce-perchannel-xml/pointers.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/xfce4/xfconf/xfce-perchannel-xml/pointers.xml new file mode 100644 index 0000000..f30cc7a --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/pointers.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="pointers" version="1.0"> + <property name="MSFT000101_04F331BE_Mouse" type="empty"> + <property name="RightHanded" type="bool" value="true"/> + <property name="Threshold" type="int" value="1"/> + <property name="Acceleration" type="double" value="4.600000"/> + </property> + <property name="MSFT000101_04F331BE_Touchpad" type="empty"> + <property name="Properties" type="empty"> + <property name="Synaptics_Tap_Action" type="array"> + <value type="int" value="0"/> + <value type="int" value="0"/> + <value type="int" value="0"/> + <value type="int" value="0"/> + <value type="int" value="1"/> + <value type="int" value="3"/> + <value type="int" value="2"/> + </property> + <property name="libinput_Tapping_Enabled" type="int" value="1"/> + </property> + <property name="RightHanded" type="bool" value="true"/> + <property name="Threshold" type="int" value="30"/> + <property name="Acceleration" type="double" value="10.000000"/> + </property> +</channel> |