diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-11 16:10:10 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-11 16:10:10 +0000 |
commit | a35e6bd931549190274ff0d0fca3d6aa02b8676f (patch) | |
tree | 1a45000f9774d5ae56d863ac1bd5bb6a940cc7fa /common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml | |
parent | 2b904ecdde71c8ba0e34922056b7c96db2cb3cef (diff) | |
download | config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.gz config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.bz2 config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.xz config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.zip |
- update xfconf settings
- set DPI to 96
- set keyboard shortcuts
- set default options for xfce4-notifyd, xfce4-power-manager and keyboard-layout"
Diffstat (limited to 'common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml index 43fdd59..85fcd8e 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml @@ -2,7 +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 name="ReverseScrolling" type="bool" value="false"/> </property> </channel> |