aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2010-02-25 13:38:35 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2010-02-25 13:38:35 +0000
commit816174c428829fb08673f20ef3777ad506eeadbe (patch)
tree16ae090b9696576a9ba3e058772f80294cc57f55
parentc06a7fd7d03865fd567b3b8c7a4e86c2364f6e58 (diff)
downloadconfig-816174c428829fb08673f20ef3777ad506eeadbe.tar
config-816174c428829fb08673f20ef3777ad506eeadbe.tar.gz
config-816174c428829fb08673f20ef3777ad506eeadbe.tar.bz2
config-816174c428829fb08673f20ef3777ad506eeadbe.tar.xz
config-816174c428829fb08673f20ef3777ad506eeadbe.zip
- fix xfce4-screnshooter syntax
- fix /KeyRepeat/Delay xfconf key
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml4
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml2
2 files changed, 2 insertions, 4 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
index 32af7e1..80e951a 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
@@ -4,9 +4,7 @@
<property name="Default" type="empty">
<property name="KeyRepeat" type="bool" value="true">
<property name="Rate" type="int" value="20"/>
+ <property name="Delay" type="int" value="600"/>
</property>
</property>
- <property name="DefaultKeyRepeat" type="empty">
- <property name="Delay" type="int" value="500"/>
- </property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
index ddf229d..34d4f4d 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
@@ -11,7 +11,7 @@
<property name="&lt;Control&gt;Escape" type="string" value="/usr/bin/xfce4-taskmanager"/>
<property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
<property name="&lt;Alt&gt;F2" type="string" value="xfrun4"/>
- <property name="Print" type="string" value="/usr/bin/xfce4-screenshooter -f -s $HOME"/>
+ <property name="Print" type="string" value="/usr/bin/xfce4-screenshooter -f"/>
<property name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+"/>
<property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%-"/>
<property name="XF86AudioMute" type="string" value="amixer set Master toggle"/>