diff options
Diffstat (limited to 'common/xfce4/xfconf/xfce-perchannel-xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml | 4 | ||||
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 2 |
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="<Control>Escape" type="string" value="/usr/bin/xfce4-taskmanager"/> <property name="<Control><Alt>Delete" type="string" value="xflock4"/> <property name="<Alt>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"/> |