diff options
| author | Kyle Javier | 2021-09-27 00:24:47 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-27 00:26:30 -0400 |
| commit | 9abdfbac8fa18a67c5c1a731e837a81e7c992e3e (patch) | |
| tree | 301a382c87f4c0f46674281cd9e242e9e2faacca /xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | |
| parent | 0c04f4a8f298db68b51d72bffa4a7c721a5496eb (diff) | |
added xfce4 dotfiles and changed some gtk settings
Diffstat (limited to 'xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml')
| -rw-r--r-- | xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new file mode 100644 index 0000000..28ff076 --- /dev/null +++ b/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-session" version="1.0"> + <property name="general" type="empty"> + <property name="FailsafeSessionName" type="empty"/> + <property name="LockCommand" type="empty"/> + <property name="SessionName" type="string" value="Default"/> + <property name="SaveOnExit" type="bool" value="false"/> + </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="array"> + <value type="string" value="xfwm4"/> + </property> + <property name="Client0_Priority" type="empty"/> + <property name="Client0_PerScreen" type="empty"/> + <property name="Client1_Command" type="empty"/> + <property name="Client1_Priority" type="empty"/> + <property name="Client1_PerScreen" type="empty"/> + <property name="Client2_Command" type="empty"/> + <property name="Client2_Priority" type="empty"/> + <property name="Client2_PerScreen" type="empty"/> + <property name="Client3_Command" type="empty"/> + <property name="Client3_Priority" type="empty"/> + <property name="Client3_PerScreen" type="empty"/> + <property name="Client4_Command" type="empty"/> + <property name="Client4_Priority" type="empty"/> + <property name="Client4_PerScreen" type="empty"/> + </property> + </property> + <property name="compat" type="empty"> + <property name="LaunchGNOME" type="bool" value="true"/> + <property name="LaunchKDE" type="bool" value="true"/> + </property> +</channel> |
