diff options
author | 2015-03-23 23:23:32 -0400 | |
---|---|---|
committer | 2015-03-23 23:23:32 -0400 | |
commit | d0d0cad882be7a06281ae79422e999b12f01c0d3 (patch) | |
tree | 697b496352fc5c6d73c62738ecb4bbacdd360050 /xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml.new | |
parent | d38af4f4e2330e3f0943f8c999c7af16f15e4748 (diff) | |
download | configs-d0d0cad882be7a06281ae79422e999b12f01c0d3.tar.gz configs-d0d0cad882be7a06281ae79422e999b12f01c0d3.tar.xz configs-d0d0cad882be7a06281ae79422e999b12f01c0d3.zip |
xfce changes
Diffstat (limited to '')
-rw-r--r-- | xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml.new | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml.new b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml.new new file mode 100644 index 0000000..e3f54d9 --- /dev/null +++ b/xfce4/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml.new @@ -0,0 +1,41 @@ +<?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="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="bool" value="true"/> + <property name="Count" type="int" value="5"/> + <property name="Client0_Command" type="array"> + <value type="string" value="bspwm"/> + </property> + <property name="Client0_PerScreen" type="bool" value="false"/> + <property name="Client1_Command" type="array"> + <value type="string" value="xfsettingsd"/> + </property> + <property name="Client1_PerScreen" type="bool" value="false"/> + <property name="Client2_Command" type="array"> + <value type="string" value="xfce4-panel"/> + <value type="string" value="--disable-wm-check"/> + </property> + <property name="Client2_PerScreen" type="bool" value="false"/> + <property name="Client3_Command" type="array"> + <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"/> + <value type="string" value="--disable-wm-check"/> + </property> + <property name="Client4_PerScreen" type="bool" value="false"/> + </property> + </property> + <property name="splash" type="empty"> + <property name="Engine" type="string" value=""/> + </property> +</channel> |