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/keyboards.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/keyboards.xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml new file mode 100644 index 0000000..32af7e1 --- /dev/null +++ b/common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="keyboards" version="1.0"> + <property name="Default" type="empty"> + <property name="KeyRepeat" type="bool" value="true"> + <property name="Rate" type="int" value="20"/> + </property> + </property> + <property name="DefaultKeyRepeat" type="empty"> + <property name="Delay" type="int" value="500"/> + </property> +</channel> |