aboutsummaryrefslogtreecommitdiff
path: root/.config/xfce4/xfconf
diff options
context:
space:
mode:
Diffstat (limited to '.config/xfce4/xfconf')
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml11
-rw-r--r--.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml17
2 files changed, 28 insertions, 0 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
new file mode 100644
index 0000000..241fb80
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
@@ -0,0 +1,11 @@
+<?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="Delay" type="int" value="250"/>
+ <property name="Rate" type="int" value="40"/>
+ </property>
+ <property name="Numlock" type="bool" value="false"/>
+ </property>
+</channel>
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
new file mode 100644
index 0000000..b872866
--- /dev/null
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-keyboard-shortcuts" version="1.0">
+ <property name="commands" type="empty">
+ <property name="default" type="empty">
+ </property>
+ <property name="custom" type="empty">
+ </property>
+ </property>
+ <property name="xfwm4" type="empty">
+ <property name="default" type="empty">
+ </property>
+ </property>
+ <property name="providers" type="array">
+ <value type="string" value="commands"/>
+ </property>
+</channel>