diff options
Diffstat (limited to 'debian/_base/metapackages/desktop-base/profiles/xdg-config/xfce4-session/xfce4-session.rc')
-rw-r--r-- | debian/_base/metapackages/desktop-base/profiles/xdg-config/xfce4-session/xfce4-session.rc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/_base/metapackages/desktop-base/profiles/xdg-config/xfce4-session/xfce4-session.rc b/debian/_base/metapackages/desktop-base/profiles/xdg-config/xfce4-session/xfce4-session.rc new file mode 100644 index 000000000..9dcd0663c --- /dev/null +++ b/debian/_base/metapackages/desktop-base/profiles/xdg-config/xfce4-session/xfce4-session.rc @@ -0,0 +1,20 @@ +[Splash Screen] +Engine=simple + +[General] +SessionName=Default +SaveOnExit=true + +# This the default session launched by xfce4-session if the +# user hasn't saved any session yet or creates a new session. +[Failsafe Session] +Count=4 +Client0_Command=xfwm4 +Client0_PerScreen=False +Client1_Command=xfce4-panel +Client1_PerScreen=False +Client2_Command=Thunar,--daemon +Client2_PerScreen=False +Client3_Command=xfdesktop +Client3_PerScreen=False + |