aboutsummaryrefslogtreecommitdiff
path: root/.config/xfce4/xfconf/xfce-perchannel-xml
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-25 11:15:56 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-25 11:15:56 +0200
commit1ae81a11ddc2a28e78779c3d968291acf7b11898 (patch)
treed69bd6d7b9b5d395900204f390131537646a5e82 /.config/xfce4/xfconf/xfce-perchannel-xml
parentd6d48b7790ec2a68112a5dc491bf56b4feae57ec (diff)
update dunstrc and add xfce4 xfsettingsd options
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml')
-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>