diff options
Diffstat (limited to 'data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new file mode 100644 index 0000000..47d8bee --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-session" version="1.0"> + <property name="general" type="empty"> + <property name="FailsafeSessionName" type="string" value="Failsafe"/> + <property name="AutoSave" type="bool" value="true"/> + <property name="PromptOnLogout" type="bool" value="true"/> + <property name="SessionName" type="empty"/> + <property name="SaveOnExit" type="bool" value="true"/> + </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> + </property> + <property name="splash" type="empty"> + <property name="Engine" type="string" value=""/> + </property> + <property name="compat" type="empty"> + <property name="LaunchGNOME" type="bool" value="true"/> + <property name="LaunchKDE" type="bool" value="false"/> + </property> + <property name="chooser" type="empty"> + <property name="AlwaysDisplay" type="bool" value="false"/> + </property> + <property name="security" type="empty"> + <property name="EnableTcp" type="bool" value="false"/> + </property> +</channel> |