diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-19 14:54:16 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-19 14:54:16 +0000 |
commit | d58de8f7e773b91b7ddca0f38e69f45b374ee0d3 (patch) | |
tree | 1a990b138ba6797a23b25b6b58300bca94979f30 /common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml | |
parent | 2f1d5a9f1c84f95dba9afbed6aa0a8d69541a310 (diff) | |
download | config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.gz config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.bz2 config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.xz config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.zip |
- fix xfce4-session.xml file, xfce should start fine
- add config files for xfce4-appfinder.xml
- tune up Thunar windw apperance, use compact view as default
- use evdev as a default driver for keyboard
- add more xfwm4 settings
- tune up keyboard shortcuts, should be working again
Diffstat (limited to 'common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml index 85fcd8e..15709a1 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml @@ -2,13 +2,13 @@ <channel name="pointers" version="1.0"> <property name="Mouse1" type="empty"> - <property name="Threshold" type="empty"/> - <property name="Acceleration" type="empty"/> - </property> - <property name="Mouse2" type="string" value="Mouse2"> - <property name="RightHanded" type="bool" value="true"/> <property name="Threshold" type="int" value="-1"/> <property name="Acceleration" type="double" value="-1.000000"/> + </property> + <property name="Mouse2" type="empty"> + <property name="RightHanded" type="bool" value="true"/> + <property name="Threshold" type="int" value="4"/> + <property name="Acceleration" type="double" value="2.000000"/> <property name="ReverseScrolling" type="bool" value="false"/> </property> </channel> |