aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2009-01-11 16:10:10 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2009-01-11 16:10:10 +0000
commita35e6bd931549190274ff0d0fca3d6aa02b8676f (patch)
tree1a45000f9774d5ae56d863ac1bd5bb6a940cc7fa
parent2b904ecdde71c8ba0e34922056b7c96db2cb3cef (diff)
downloadconfig-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"
-rw-r--r--common/xfce4/Xft.xrdb4
-rw-r--r--common/xfce4/helpers.rc3
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml8
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml7
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml12
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml6
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml11
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml125
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml8
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml9
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml37
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml6
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml72
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml41
14 files changed, 254 insertions, 95 deletions
diff --git a/common/xfce4/Xft.xrdb b/common/xfce4/Xft.xrdb
index 10a55c4..4b8f9f7 100644
--- a/common/xfce4/Xft.xrdb
+++ b/common/xfce4/Xft.xrdb
@@ -1,5 +1,5 @@
Xft.antialias: 1
-Xft.hinting: 1
-Xft.hintstyle: hintfull
+Xft.hinting: -1
Xft.rgba: none
+Xft.hintstyle: hintslight
Xft.dpi: 96
diff --git a/common/xfce4/helpers.rc b/common/xfce4/helpers.rc
index 3778f42..c75fd99 100644
--- a/common/xfce4/helpers.rc
+++ b/common/xfce4/helpers.rc
@@ -1,3 +1,4 @@
-MailReader=sylpheed-claws
WebBrowser=firefox
+MailReader=sylpheed-claws
TerminalEmulator=Terminal
+
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml b/common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
new file mode 100644
index 0000000..1fdf6ff
--- /dev/null
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="accessibility" version="1.0">
+ <property name="StickyKeys" type="bool" value="false"/>
+ <property name="SlowKeys" type="bool" value="false"/>
+ <property name="BounceKeys" type="bool" value="false"/>
+ <property name="MouseKeys" type="bool" value="false"/>
+</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
new file mode 100644
index 0000000..b536a7e
--- /dev/null
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="keyboard-layout" version="1.0">
+ <property name="Default" type="empty">
+ <property name="XkbDisable" type="bool" value="true"/>
+ </property>
+</channel>
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>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
index 43fdd59..85fcd8e 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
@@ -2,7 +2,13 @@
<channel name="pointers" version="1.0">
<property name="Mouse1" type="empty">
+ <property name="Threshold" type="empty"/>
+ <property name="Acceleration" type="empty"/>
+ </property>
+ <property name="Mouse2" type="string" value="Mouse2">
+ <property name="RightHanded" type="bool" value="true"/>
<property name="Threshold" type="int" value="-1"/>
<property name="Acceleration" type="double" value="-1.000000"/>
+ <property name="ReverseScrolling" type="bool" value="false"/>
</property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 11c13fa..06e9d6f 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -5,21 +5,26 @@
<property name="screen0" type="empty">
<property name="monitor0" type="empty">
<property name="image-path" type="string" value="/usr/share/mdk/backgrounds/default.jpg"/>
- <property name="last-image" type="string" value="/usr/share/mdk/backgrounds/default.jpg"/>
- <property name="last-single-image" type="string" value="/usr/share/mdk/backgrounds/default.jpg"/>
+ <property name="last-image" type="empty"/>
+ <property name="last-single-image" type="empty"/>
+ <property name="last-image-list" type="string" value="/home/gosc/.config/xfce4/desktop/backdrop.list"/>
+ <property name="image-show" type="bool" value="true"/>
+ <property name="brightness" type="int" value="0"/>
+ <property name="saturation" type="double" value="1.000000"/>
</property>
</property>
</property>
<property name="desktop-icons" type="empty">
<property name="style" type="int" value="2"/>
<property name="use-custom-font-size" type="bool" value="false"/>
- <property name="font-size" type="double" value="12.000000"/>
+ <property name="font-size" type="empty"/>
<property name="file-icons" type="empty">
<property name="show-removable" type="bool" value="true"/>
<property name="show-trash" type="bool" value="true"/>
<property name="show-filesystem" type="bool" value="true"/>
<property name="show-home" type="bool" value="true"/>
</property>
+ <property name="icon-size" type="uint" value="36"/>
</property>
<property name="windowlist-menu" type="empty">
<property name="show-submenus" type="bool" value="false"/>
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 16ac8d4..1c6aca2 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
@@ -3,35 +3,94 @@
<channel name="xfce4-keyboard-shortcuts" version="1.0">
<property name="commands" type="empty">
<property name="default" type="empty">
+ <property name="&lt;Alt&gt;F2" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="empty"/>
+ </property>
+ <property name="custom" type="empty">
<property name="&lt;Alt&gt;F2" type="string" value="xfrun4"/>
<property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
+ <property name="override" type="bool" value="true"/>
+ <property name="&lt;Control&gt;Escape" type="string" value="/usr/bin/xfce4-taskmanager"/>
</property>
</property>
<property name="xfwm4" type="empty">
<property name="default" type="empty">
+ <property name="&lt;Alt&gt;F12" type="empty"/>
+ <property name="&lt;Alt&gt;Insert" type="empty"/>
+ <property name="Escape" type="empty"/>
+ <property name="Left" type="empty"/>
+ <property name="Right" type="empty"/>
+ <property name="Up" type="empty"/>
+ <property name="Down" type="empty"/>
+ <property name="&lt;Alt&gt;F4" type="empty"/>
+ <property name="&lt;Alt&gt;Tab" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="empty"/>
+ <property name="&lt;Alt&gt;Delete" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Down" type="empty"/>
+ <property name="&lt;Alt&gt;F11" type="empty"/>
+ <property name="&lt;Alt&gt;F9" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Left" type="empty"/>
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Down" type="empty"/>
+ <property name="&lt;Alt&gt;F10" type="empty"/>
+ <property name="&lt;Alt&gt;F7" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;End" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;Home" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_1" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_2" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_3" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_4" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_5" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_6" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_7" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_8" type="empty"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;KP_9" type="empty"/>
+ <property name="&lt;Alt&gt;space" type="empty"/>
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="empty"/>
+ <property name="&lt;Alt&gt;F8" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Right" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;d" type="empty"/>
+ <property name="&lt;Alt&gt;F6" type="empty"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Up" type="empty"/>
+ <property name="&lt;Control&gt;F1" type="empty"/>
+ <property name="&lt;Control&gt;F2" type="empty"/>
+ <property name="&lt;Control&gt;F3" type="empty"/>
+ <property name="&lt;Control&gt;F4" type="empty"/>
+ <property name="&lt;Control&gt;F5" type="empty"/>
+ <property name="&lt;Control&gt;F6" type="empty"/>
+ <property name="&lt;Control&gt;F7" type="empty"/>
+ <property name="&lt;Control&gt;F8" type="empty"/>
+ <property name="&lt;Control&gt;F9" type="empty"/>
+ <property name="&lt;Control&gt;F10" type="empty"/>
+ <property name="&lt;Control&gt;F11" type="empty"/>
+ <property name="&lt;Control&gt;F12" type="empty"/>
+ </property>
+ <property name="custom" type="empty">
+ <property name="&lt;Control&gt;F8" type="string" value="workspace_8_key"/>
+ <property name="&lt;Control&gt;F10" type="string" value="workspace_10_key"/>
+ <property name="&lt;Control&gt;F11" type="string" value="workspace_11_key"/>
+ <property name="&lt;Control&gt;F12" type="string" value="workspace_12_key"/>
+ <property name="&lt;Control&gt;F9" type="string" value="workspace_9_key"/>
+ <property name="&lt;Alt&gt;F10" type="string" value="maximize_window_key"/>
+ <property name="&lt;Alt&gt;F11" type="string" value="fullscreen_key"/>
<property name="&lt;Alt&gt;F12" type="string" value="above_key"/>
- <property name="&lt;Alt&gt;Insert" type="string" value="add_workspace_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Up" type="string" value="up_workspace_key"/>
<property name="Escape" type="string" value="cancel_key"/>
- <property name="Left" type="string" value="left_key"/>
- <property name="Right" type="string" value="right_key"/>
- <property name="Up" type="string" value="up_key"/>
- <property name="Down" type="string" value="down_key"/>
- <property name="&lt;Alt&gt;F4" type="string" value="close_window_key"/>
- <property name="&lt;Alt&gt;Tab" type="string" value="cycle_windows_key"/>
<property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="string" value="cycle_reverse_windows_key"/>
+ <property name="&lt;Alt&gt;space" type="string" value="popup_menu_key"/>
<property name="&lt;Alt&gt;Delete" type="string" value="del_workspace_key"/>
- <property name="&lt;Control&gt;&lt;Alt&gt;Down" type="string" value="down_workspace_key"/>
- <property name="&lt;Alt&gt;F11" type="string" value="fullscreen_key"/>
- <property name="&lt;Alt&gt;F9" type="string" value="hide_window_key"/>
- <property name="&lt;Control&gt;&lt;Alt&gt;Left" type="string" value="left_workspace_key"/>
+ <property name="&lt;Alt&gt;F4" type="string" value="close_window_key"/>
<property name="&lt;Shift&gt;&lt;Alt&gt;Page_Down" type="string" value="lower_window_key"/>
- <property name="&lt;Alt&gt;F10" type="string" value="maximize_window_key"/>
<property name="&lt;Alt&gt;F7" type="string" value="move_window_key"/>
- <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="string" value="move_window_left_key"/>
- <property name="&lt;Alt&gt;&lt;Control&gt;End" type="string" value="move_window_next_workspace_key"/>
- <property name="&lt;Alt&gt;&lt;Control&gt;Home" type="string" value="move_window_prev_workspace_key"/>
- <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="string" value="move_window_right_key"/>
+ <property name="&lt;Alt&gt;F8" type="string" value="resize_window_key"/>
+ <property name="&lt;Alt&gt;F9" type="string" value="shade_window_key"/>
+ <property name="&lt;Alt&gt;F6" type="string" value="stick_window_key"/>
<property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="string" value="move_window_up_key"/>
+ <property name="&lt;Control&gt;F5" type="string" value="workspace_5_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Left" type="string" value="left_workspace_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;Down" type="string" value="down_workspace_key"/>
<property name="&lt;Alt&gt;&lt;Control&gt;KP_1" type="string" value="move_window_workspace_1_key"/>
<property name="&lt;Alt&gt;&lt;Control&gt;KP_2" type="string" value="move_window_workspace_2_key"/>
<property name="&lt;Alt&gt;&lt;Control&gt;KP_3" type="string" value="move_window_workspace_3_key"/>
@@ -40,27 +99,31 @@
<property name="&lt;Alt&gt;&lt;Control&gt;KP_6" type="string" value="move_window_workspace_6_key"/>
<property name="&lt;Alt&gt;&lt;Control&gt;KP_7" type="string" value="move_window_workspace_7_key"/>
<property name="&lt;Alt&gt;&lt;Control&gt;KP_8" type="string" value="move_window_workspace_8_key"/>
+ <property name="Left" type="string" value="left_key"/>
<property name="&lt;Alt&gt;&lt;Control&gt;KP_9" type="string" value="move_window_workspace_9_key"/>
- <property name="&lt;Alt&gt;space" type="string" value="popup_menu_key"/>
- <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="string" value="raise_window_key"/>
- <property name="&lt;Alt&gt;F8" type="string" value="resize_window_key"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="string" value="move_window_left_key"/>
+ <property name="Down" type="string" value="down_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;Home" type="string" value="move_window_prev_workspace_key"/>
+ <property name="&lt;Alt&gt;&lt;Control&gt;End" type="string" value="move_window_next_workspace_key"/>
<property name="&lt;Control&gt;&lt;Alt&gt;Right" type="string" value="right_workspace_key"/>
- <property name="&lt;Alt&gt;F9" type="string" value="shade_window_key"/>
- <property name="&lt;Control&gt;&lt;Alt&gt;d" type="string" value="show_desktop_key"/>
- <property name="&lt;Alt&gt;F6" type="string" value="stick_window_key"/>
- <property name="&lt;Control&gt;&lt;Alt&gt;Up" type="string" value="up_workspace_key"/>
+ <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="string" value="move_window_right_key"/>
+ <property name="Right" type="string" value="right_key"/>
+ <property name="&lt;Alt&gt;Tab" type="string" value="cycle_windows_key"/>
<property name="&lt;Control&gt;F1" type="string" value="workspace_1_key"/>
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="string" value="raise_window_key"/>
<property name="&lt;Control&gt;F2" type="string" value="workspace_2_key"/>
<property name="&lt;Control&gt;F3" type="string" value="workspace_3_key"/>
- <property name="&lt;Control&gt;F4" type="string" value="workspace_4_key"/>
- <property name="&lt;Control&gt;F5" type="string" value="workspace_5_key"/>
- <property name="&lt;Control&gt;F6" type="string" value="workspace_6_key"/>
+ <property name="Up" type="string" value="up_key"/>
+ <property name="&lt;Control&gt;&lt;Alt&gt;d" type="string" value="show_desktop_key"/>
<property name="&lt;Control&gt;F7" type="string" value="workspace_7_key"/>
- <property name="&lt;Control&gt;F8" type="string" value="workspace_8_key"/>
- <property name="&lt;Control&gt;F9" type="string" value="workspace_9_key"/>
- <property name="&lt;Control&gt;F10" type="string" value="workspace_10_key"/>
- <property name="&lt;Control&gt;F11" type="string" value="workspace_11_key"/>
- <property name="&lt;Control&gt;F12" type="string" value="workspace_12_key"/>
+ <property name="&lt;Alt&gt;Insert" type="string" value="add_workspace_key"/>
+ <property name="&lt;Control&gt;F6" type="string" value="workspace_6_key"/>
+ <property name="&lt;Control&gt;F4" type="string" value="workspace_4_key"/>
+ <property name="override" type="bool" value="true"/>
</property>
</property>
+ <property name="providers" type="array">
+ <value type="string" value="xfwm4"/>
+ <value type="string" value="commands"/>
+ </property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
new file mode 100644
index 0000000..2be7c34
--- /dev/null
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-notifyd" version="1.0">
+ <property name="notify-location" type="uint" value="3"/>
+ <property name="theme" type="string" value="Default"/>
+ <property name="fade-transparency" type="bool" value="true"/>
+ <property name="initial-opacity" type="double" value="0.900000"/>
+</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
index 812c77c..55c40ca 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
@@ -2,8 +2,13 @@
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
- <property name="cpu-scaling-gov" type="empty"/>
+ <property name="cpu-scaling-gov" type="bool" value="false"/>
<property name="show-tray-icon" type="uint" value="0"/>
- <property name="dpms-enabled" type="empty"/>
+ <property name="dpms-enabled" type="bool" value="true"/>
+ <property name="on-ac-monitor-dpms-timeouts" type="array">
+ <value type="uint" value="10"/>
+ <value type="uint" value="15"/>
+ <value type="uint" value="20"/>
+ </property>
</property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
index 14bf931..44ffdbc 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -2,37 +2,28 @@
<channel name="xfce4-session" version="1.0">
<property name="general" type="empty">
- <property name="FailsafeSessionName" type="string" value="Failsafe"/>
+ <property name="FailsafeSessionName" type="empty"/>
<property name="AutoSave" type="bool" value="true"/>
<property name="PromptOnLogout" type="bool" value="true"/>
- <property name="SessionName" type="string" value="Default"/>
- <property name="SaveOnExit" type="bool" value="true"/>
+ <property name="SessionName" type="empty"/>
+ <property name="SaveOnExit" type="empty"/>
</property>
<property name="sessions" type="empty">
<property name="Failsafe" type="empty">
- <property name="IsFailsafe" type="bool" value="true"/>
- <property name="Count" type="int" value="4"/>
- <property name="Client0_Command" type="array">
- <value type="string" value="xfwm4"/>
- </property>
- <property name="Client0_PerScreen" type="bool" value="false"/>
- <property name="Client1_Command" type="array">
- <value type="string" value="xfce4-panel"/>
- </property>
- <property name="Client1_PerScreen" type="bool" value="false"/>
- <property name="Client2_Command" type="array">
- <value type="string" value="Thunar"/>
- <value type="string" value="--daemon"/>
- </property>
- <property name="Client2_PerScreen" type="bool" value="false"/>
- <property name="Client3_Command" type="array">
- <value type="string" value="xfdesktop"/>
- </property>
- <property name="Client3_PerScreen" type="bool" value="false"/>
+ <property name="IsFailsafe" type="empty"/>
+ <property name="Count" type="empty"/>
+ <property name="Client0_Command" type="empty"/>
+ <property name="Client0_PerScreen" type="empty"/>
+ <property name="Client1_Command" type="empty"/>
+ <property name="Client1_PerScreen" type="empty"/>
+ <property name="Client2_Command" type="empty"/>
+ <property name="Client2_PerScreen" type="empty"/>
+ <property name="Client3_Command" type="empty"/>
+ <property name="Client3_PerScreen" type="empty"/>
</property>
</property>
<property name="splash" type="empty">
- <property name="Engine" type="string" value=""/>
+ <property name="Engine" type="empty"/>
</property>
<property name="compat" type="empty">
<property name="LaunchGNOME" type="bool" value="true"/>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
new file mode 100644
index 0000000..cf1e31f
--- /dev/null
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-settings-manager" version="1.0">
+ <property name="window-width" type="int" value="800"/>
+ <property name="window-height" type="int" value="600"/>
+</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index c92ba58..7d4f9af 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -6,61 +6,61 @@
<property name="borderless_maximize" type="bool" value="true"/>
<property name="box_move" type="bool" value="false"/>
<property name="box_resize" type="bool" value="false"/>
- <property name="button_layout" type="string" value="O|SHMC"/>
- <property name="button_offset" type="int" value="0"/>
- <property name="button_spacing" type="int" value="0"/>
+ <property name="button_layout" type="empty"/>
+ <property name="button_offset" type="empty"/>
+ <property name="button_spacing" type="empty"/>
<property name="click_to_focus" type="bool" value="true"/>
<property name="focus_delay" type="int" value="250"/>
<property name="cycle_draw_frame" type="bool" value="true"/>
<property name="cycle_hidden" type="bool" value="true"/>
<property name="cycle_minimum" type="bool" value="true"/>
<property name="cycle_workspaces" type="bool" value="false"/>
- <property name="dbl_click_time" type="int" value="400"/>
+ <property name="dbl_click_time" type="empty"/>
<property name="double_click_action" type="string" value="maximize"/>
- <property name="easy_click" type="string" value="true"/>
+ <property name="easy_click" type="empty"/>
<property name="focus_hint" type="bool" value="true"/>
<property name="focus_new" type="bool" value="true"/>
- <property name="frame_opacity" type="int" value="100"/>
- <property name="full_width_title" type="bool" value="true"/>
- <property name="inactive_opacity" type="int" value="100"/>
- <property name="keytheme" type="string" value="Default"/>
- <property name="maximized_offset" type="int" value="0"/>
- <property name="move_opacity" type="int" value="100"/>
- <property name="placement_ratio" type="int" value="20"/>
+ <property name="frame_opacity" type="empty"/>
+ <property name="full_width_title" type="empty"/>
+ <property name="inactive_opacity" type="empty"/>
+ <property name="keytheme" type="empty"/>
+ <property name="maximized_offset" type="empty"/>
+ <property name="move_opacity" type="empty"/>
+ <property name="placement_ratio" type="int" value="19"/>
<property name="placement_mode" type="string" value="center"/>
- <property name="popup_opacity" type="int" value="100"/>
+ <property name="popup_opacity" type="empty"/>
<property name="prevent_focus_stealing" type="bool" value="true"/>
- <property name="raise_delay" type="int" value="250"/>
+ <property name="raise_delay" type="empty"/>
<property name="raise_on_click" type="bool" value="true"/>
<property name="raise_on_focus" type="bool" value="false"/>
<property name="raise_with_any_button" type="bool" value="true"/>
- <property name="repeat_urgent_blink" type="bool" value="true"/>
- <property name="resize_opacity" type="int" value="100"/>
+ <property name="repeat_urgent_blink" type="bool" value="false"/>
+ <property name="resize_opacity" type="empty"/>
<property name="restore_on_move" type="bool" value="true"/>
<property name="scroll_workspaces" type="bool" value="true"/>
- <property name="shadow_delta_height" type="int" value="0"/>
- <property name="shadow_delta_width" type="int" value="0"/>
- <property name="shadow_delta_x" type="int" value="0"/>
- <property name="shadow_delta_y" type="int" value="0"/>
- <property name="shadow_opacity" type="int" value="66"/>
- <property name="show_app_icon" type="bool" value="false"/>
- <property name="show_dock_shadow" type="bool" value="true"/>
- <property name="show_frame_shadow" type="bool" value="false"/>
- <property name="show_popup_shadow" type="bool" value="false"/>
+ <property name="shadow_delta_height" type="empty"/>
+ <property name="shadow_delta_width" type="empty"/>
+ <property name="shadow_delta_x" type="empty"/>
+ <property name="shadow_delta_y" type="empty"/>
+ <property name="shadow_opacity" type="empty"/>
+ <property name="show_app_icon" type="empty"/>
+ <property name="show_dock_shadow" type="empty"/>
+ <property name="show_frame_shadow" type="empty"/>
+ <property name="show_popup_shadow" type="empty"/>
<property name="snap_resist" type="bool" value="false"/>
<property name="snap_to_border" type="bool" value="true"/>
<property name="snap_to_windows" type="bool" value="false"/>
<property name="snap_width" type="int" value="10"/>
<property name="theme" type="string" value="Ia Ora"/>
- <property name="title_alignment" type="string" value="center"/>
- <property name="title_font" type="string" value="Sans Bold 9"/>
- <property name="title_horizontal_offset" type="int" value="0"/>
- <property name="title_shadow_active" type="string" value="false"/>
- <property name="title_shadow_inactive" type="string" value="false"/>
- <property name="title_vertical_offset_active" type="int" value="0"/>
- <property name="title_vertical_offset_inactive" type="int" value="0"/>
+ <property name="title_alignment" type="empty"/>
+ <property name="title_font" type="empty"/>
+ <property name="title_horizontal_offset" type="empty"/>
+ <property name="title_shadow_active" type="empty"/>
+ <property name="title_shadow_inactive" type="empty"/>
+ <property name="title_vertical_offset_active" type="empty"/>
+ <property name="title_vertical_offset_inactive" type="empty"/>
<property name="toggle_workspaces" type="bool" value="false"/>
- <property name="unredirect_overlays" type="bool" value="true"/>
+ <property name="unredirect_overlays" type="empty"/>
<property name="use_compositing" type="bool" value="false"/>
<property name="workspace_count" type="int" value="4"/>
<property name="wrap_cycle" type="bool" value="true"/>
@@ -70,5 +70,11 @@
<value type="string" value="Workspace 3"/>
<value type="string" value="Workspace 4"/>
</property>
+ <property name="urgent_blink" type="bool" value="false"/>
+ <property name="wrap_layout" type="bool" value="false"/>
+ <property name="wrap_workspaces" type="bool" value="false"/>
+ <property name="wrap_windows" type="bool" value="false"/>
+ <property name="wrap_resistance" type="int" value="20"/>
+ <property name="margin_left" type="int" value="0"/>
</property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
new file mode 100644
index 0000000..02f2eb9
--- /dev/null
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xsettings" version="1.0">
+ <property name="Net" type="empty">
+ <property name="DoubleClickTime" type="int" value="248"/>
+ <property name="DoubleClickDistance" type="int" value="5"/>
+ <property name="DndDragThreshold" type="int" value="8"/>
+ <property name="CursorBlink" type="bool" value="true"/>
+ <property name="CursorBlinkTime" type="empty"/>
+ <property name="ThemeName" type="string" value="Ia Ora Smooth"/>
+ <property name="IconThemeName" type="string" value="Tango"/>
+ <property name="SoundThemeName" type="empty"/>
+ <property name="EnableEventSounds" type="bool" value="true"/>
+ <property name="EnableInputFeedbackSounds" type="bool" value="true"/>
+ </property>
+ <property name="Xft" type="empty">
+ <property name="Antialias" type="int" value="1"/>
+ <property name="Hinting" type="empty"/>
+ <property name="HintStyle" type="string" value="hintslight"/>
+ <property name="RGBA" type="string" value="none"/>
+ <property name="DPI" type="int" value="96"/>
+ </property>
+ <property name="Gtk" type="empty">
+ <property name="CanChangeAccels" type="bool" value="false"/>
+ <property name="ColorPalette" type="empty"/>
+ <property name="FontName" type="empty"/>
+ <property name="IconSizes" type="empty"/>
+ <property name="KeyThemeName" type="empty"/>
+ <property name="ToolbarStyle" type="string" value="both"/>
+ <property name="ToolbarIconSize" type="empty"/>
+ <property name="IMPreeditStyle" type="empty"/>
+ <property name="IMStatusStyle" type="empty"/>
+ <property name="MenuImages" type="bool" value="true"/>
+ <property name="ButtonImages" type="bool" value="true"/>
+ <property name="MenuBarAccel" type="empty"/>
+ <property name="CursorThemeName" type="string" value="wonderland"/>
+ <property name="CursorThemeSize" type="int" value="16"/>
+ </property>
+ <property name="Initialized" type="empty"/>
+ <property name="NetCursorBlinkTime" type="int" value="1000"/>
+</channel>