aboutsummaryrefslogtreecommitdiffstats
path: root/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
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 /common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
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
Diffstat (limited to 'common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml')
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml39
1 files changed, 24 insertions, 15 deletions
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"/>