diff options
Diffstat (limited to 'data/xfce4/xfconf/xfce-perchannel-xml')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml index 47d8bee..ddf9d6c 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -11,24 +11,28 @@ <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="Count" type="int" value="5"/> <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"/> + <value type="string" value="xfsettingsd"/> </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"/> + <value type="string" value="xfce4-panel"/> </property> <property name="Client2_PerScreen" type="bool" value="false"/> <property name="Client3_Command" type="array"> - <value type="string" value="xfdesktop"/> + <value type="string" value="Thunar"/> + <value type="string" value="--daemon"/> </property> <property name="Client3_PerScreen" type="bool" value="false"/> + <property name="Client4_Command" type="array"> + <value type="string" value="xfdesktop"/> + </property> + <property name="Client4_PerScreen" type="bool" value="false"/> </property> </property> <property name="splash" type="empty"> |