aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2009-01-19 14:54:16 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2009-01-19 14:54:16 +0000
commitd58de8f7e773b91b7ddca0f38e69f45b374ee0d3 (patch)
tree1a990b138ba6797a23b25b6b58300bca94979f30
parent2f1d5a9f1c84f95dba9afbed6aa0a8d69541a310 (diff)
downloadconfig-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar
config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.gz
config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.bz2
config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.xz
config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.zip
- fix xfce4-session.xml file, xfce should start fine
- add config files for xfce4-appfinder.xml - tune up Thunar windw apperance, use compact view as default - use evdev as a default driver for keyboard - add more xfwm4 settings - tune up keyboard shortcuts, should be working again
-rw-r--r--common/Thunar/thunarrc20
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml13
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml1
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml10
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml7
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml14
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml8
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml1
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml4
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml39
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml4
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml74
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml28
13 files changed, 124 insertions, 99 deletions
diff --git a/common/Thunar/thunarrc b/common/Thunar/thunarrc
index 05b1b69..0852ec3 100644
--- a/common/Thunar/thunarrc
+++ b/common/Thunar/thunarrc
@@ -1,34 +1,34 @@
[Configuration]
-DefaultView=void
-LastCompactViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLEST
+DefaultView=ThunarCompactView
+LastCompactViewZoomLevel=THUNAR_ZOOM_LEVEL_NORMAL
LastDetailsViewColumnOrder=THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE,THUNAR_COLUMN_DATE_MODIFIED
-LastDetailsViewColumnWidths=
+LastDetailsViewColumnWidths=50,195,50,50,587,50,50,76,172
LastDetailsViewFixedColumns=FALSE
LastDetailsViewVisibleColumns=THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE
LastDetailsViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLER
LastIconViewZoomLevel=THUNAR_ZOOM_LEVEL_NORMAL
LastLocationBar=ThunarLocationButtons
-LastSeparatorPosition=170
+LastSeparatorPosition=258
LastShowHidden=FALSE
LastSidePane=ThunarShortcutsPane
LastSortColumn=THUNAR_COLUMN_NAME
LastSortOrder=GTK_SORT_ASCENDING
LastStatusbarVisible=TRUE
-LastView=ThunarIconView
-LastWindowHeight=600
-LastWindowWidth=800
+LastView=ThunarCompactView
+LastWindowHeight=480
+LastWindowWidth=640
MiscVolumeManagement=TRUE
MiscCaseSensitive=FALSE
-MiscDateStyle=THUNAR_DATE_STYLE_SIMPLE
+MiscDateStyle=THUNAR_DATE_STYLE_SHORT
MiscFoldersFirst=TRUE
MiscHorizontalWheelNavigates=FALSE
-MiscRecursivePermissions=THUNAR_RECURSIVE_PERMISSIONS_NEVER
+MiscRecursivePermissions=THUNAR_RECURSIVE_PERMISSIONS_ASK
MiscRememberGeometry=TRUE
MiscShowAboutTemplates=TRUE
MiscShowThumbnails=TRUE
MiscSingleClick=FALSE
MiscSingleClickTimeout=500
-MiscTextBesideIcons=FALSE
+MiscTextBesideIcons=TRUE
ShortcutsIconEmblems=TRUE
ShortcutsIconSize=THUNAR_ICON_SIZE_SMALL
TreeIconEmblems=TRUE
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml b/common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
index 1fdf6ff..d07f265 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
@@ -1,8 +1,15 @@
<?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="StickyKeys" type="bool" value="false">
+ <property name="LatchToLock" type="bool" value="false"/>
+ <property name="TwoKeysDisable" type="bool" value="false"/>
+ </property>
+ <property name="SlowKeys" type="bool" value="false">
+ <property name="Delay" type="int" value="500"/>
+ </property>
+ <property name="BounceKeys" type="bool" value="false">
+ <property name="Delay" type="int" value="500"/>
+ </property>
<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
index b536a7e..2f4ae3d 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
@@ -3,5 +3,6 @@
<channel name="keyboard-layout" version="1.0">
<property name="Default" type="empty">
<property name="XkbDisable" type="bool" value="true"/>
+ <property name="XkbModel" type="string" value="evdev"/>
</property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
index 85fcd8e..15709a1 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/pointers.xml
@@ -2,13 +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>
+ <property name="Mouse2" type="empty">
+ <property name="RightHanded" type="bool" value="true"/>
+ <property name="Threshold" type="int" value="4"/>
+ <property name="Acceleration" type="double" value="2.000000"/>
<property name="ReverseScrolling" type="bool" value="false"/>
</property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
new file mode 100644
index 0000000..218c03c
--- /dev/null
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-appfinder" version="1.0">
+ <property name="category" type="string" value=""/>
+ <property name="window-width" type="int" value="640"/>
+ <property name="window-height" type="int" value="480"/>
+</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
index 650b1be..2252542 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
@@ -5,25 +5,25 @@
<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="empty"/>
- <property name="last-single-image" type="empty"/>
- <property name="image-show" type="bool" value="true"/>
- <property name="brightness" type="int" value="0"/>
- <property name="saturation" type="double" value="1.000000"/>
+ <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="image-show" type="empty"/>
+ <property name="brightness" type="empty"/>
+ <property name="saturation" type="empty"/>
</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="empty"/>
+ <property name="font-size" type="double" value="12.000000"/>
<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 name="icon-size" type="empty"/>
</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 1c6aca2..21067d7 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
@@ -7,10 +7,10 @@
<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 name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
+ <property name="&lt;Alt&gt;F2" type="string" value="xfrun4"/>
</property>
</property>
<property name="xfwm4" type="empty">
@@ -68,6 +68,7 @@
<property name="&lt;Control&gt;F12" type="empty"/>
</property>
<property name="custom" type="empty">
+ <property name="override" type="bool" value="true"/>
<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"/>
@@ -119,11 +120,10 @@
<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"/>
+ <value type="string" value="xfwm4"/>
</property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
index 2be7c34..7ab5b6e 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
@@ -5,4 +5,5 @@
<property name="theme" type="string" value="Default"/>
<property name="fade-transparency" type="bool" value="true"/>
<property name="initial-opacity" type="double" value="0.900000"/>
+ <property name="expire-timeout" type="int" value="10"/>
</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 55c40ca..94465cb 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml
@@ -3,12 +3,12 @@
<channel name="xfce4-power-manager" version="1.0">
<property name="xfce4-power-manager" type="empty">
<property name="cpu-scaling-gov" type="bool" value="false"/>
- <property name="show-tray-icon" type="uint" value="0"/>
+ <property name="show-tray-icon" type="uint" value="1"/>
<property name="dpms-enabled" type="bool" value="true"/>
<property name="on-ac-monitor-dpms-timeouts" type="array">
+ <value type="uint" value="5"/>
<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 44ffdbc..b87be6d 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -2,28 +2,37 @@
<channel name="xfce4-session" version="1.0">
<property name="general" type="empty">
- <property name="FailsafeSessionName" type="empty"/>
- <property name="AutoSave" type="bool" value="true"/>
+ <property name="FailsafeSessionName" type="string" value="Failsafe"/>
+ <property name="AutoSave" type="bool" value="false"/>
<property name="PromptOnLogout" type="bool" value="true"/>
- <property name="SessionName" type="empty"/>
- <property name="SaveOnExit" type="empty"/>
+ <property name="SessionName" type="string" value="Default"/>
+ <property name="SaveOnExit" type="bool" value="true"/>
</property>
<property name="sessions" type="empty">
<property name="Failsafe" type="empty">
- <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 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>
</property>
<property name="splash" type="empty">
- <property name="Engine" type="empty"/>
+ <property name="Engine" type="string" value=""/>
</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
index cf1e31f..94f72fb 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -1,6 +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"/>
+ <property name="window-width" type="int" value="480"/>
+ <property name="window-height" type="int" value="640"/>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
index 7d4f9af..915e79b 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
@@ -2,65 +2,65 @@
<channel name="xfwm4" version="1.0">
<property name="general" type="empty">
- <property name="activate_action" type="string" value="bring"/>
+ <property name="activate_action" type="string" value="switch"/>
<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="empty"/>
- <property name="button_offset" type="empty"/>
- <property name="button_spacing" type="empty"/>
+ <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="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="empty"/>
+ <property name="dbl_click_time" type="int" value="400"/>
<property name="double_click_action" type="string" value="maximize"/>
- <property name="easy_click" type="empty"/>
+ <property name="easy_click" type="string" value="true"/>
<property name="focus_hint" type="bool" value="true"/>
<property name="focus_new" type="bool" value="true"/>
- <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="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="placement_mode" type="string" value="center"/>
- <property name="popup_opacity" type="empty"/>
+ <property name="popup_opacity" type="int" value="100"/>
<property name="prevent_focus_stealing" type="bool" value="true"/>
- <property name="raise_delay" type="empty"/>
+ <property name="raise_delay" type="int" value="250"/>
<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="false"/>
- <property name="resize_opacity" type="empty"/>
+ <property name="resize_opacity" type="int" value="100"/>
<property name="restore_on_move" type="bool" value="true"/>
<property name="scroll_workspaces" type="bool" value="true"/>
- <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="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="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="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="title_alignment" type="string" value="left"/>
+ <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="toggle_workspaces" type="bool" value="false"/>
- <property name="unredirect_overlays" type="empty"/>
+ <property name="unredirect_overlays" type="bool" value="true"/>
<property name="use_compositing" type="bool" value="false"/>
<property name="workspace_count" type="int" value="4"/>
<property name="wrap_cycle" type="bool" value="true"/>
@@ -72,9 +72,9 @@
</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 name="wrap_workspaces" type="empty"/>
+ <property name="wrap_windows" type="empty"/>
+ <property name="wrap_resistance" type="int" value="22"/>
+ <property name="margin_left" type="empty"/>
</property>
</channel>
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
index 02f2eb9..c264000 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -2,40 +2,40 @@
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
- <property name="DoubleClickTime" type="int" value="248"/>
+ <property name="DoubleClickTime" type="int" value="250"/>
<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="CursorBlinkTime" type="int" value="1200"/>
<property name="ThemeName" type="string" value="Ia Ora Smooth"/>
<property name="IconThemeName" type="string" value="Tango"/>
- <property name="SoundThemeName" type="empty"/>
+ <property name="SoundThemeName" type="string" value="default"/>
<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="Hinting" type="int" value="-1"/>
<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="ColorPalette" type="string" value="black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"/>
+ <property name="FontName" type="string" value="Sans 10"/>
+ <property name="IconSizes" type="string" value=""/>
+ <property name="KeyThemeName" type="string" value=""/>
<property name="ToolbarStyle" type="string" value="both"/>
- <property name="ToolbarIconSize" type="empty"/>
- <property name="IMPreeditStyle" type="empty"/>
- <property name="IMStatusStyle" type="empty"/>
+ <property name="ToolbarIconSize" type="int" value="3"/>
+ <property name="IMPreeditStyle" type="string" value=""/>
+ <property name="IMStatusStyle" type="string" value=""/>
<property name="MenuImages" type="bool" value="true"/>
<property name="ButtonImages" type="bool" value="true"/>
- <property name="MenuBarAccel" type="empty"/>
+ <property name="MenuBarAccel" type="string" value="F10"/>
<property name="CursorThemeName" type="string" value="wonderland"/>
- <property name="CursorThemeSize" type="int" value="16"/>
+ <property name="CursorThemeSize" type="int" value="0"/>
</property>
- <property name="Initialized" type="empty"/>
+ <property name="Initialized" type="uint" value="1"/>
<property name="NetCursorBlinkTime" type="int" value="1000"/>
</channel>