diff options
Diffstat (limited to 'desktop/ratpoison/xinitrc.ratpoison')
-rw-r--r-- | desktop/ratpoison/xinitrc.ratpoison | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/ratpoison/xinitrc.ratpoison b/desktop/ratpoison/xinitrc.ratpoison index 4f0406439e..da0c3726d7 100644 --- a/desktop/ratpoison/xinitrc.ratpoison +++ b/desktop/ratpoison/xinitrc.ratpoison @@ -12,5 +12,9 @@ sysmodmap=/etc/X11/xinit/.Xmodmap [ -f $userresources ] && xrdb -merge $userresources [ -f $usermodmap ] && xmodmap $usermodmap -exec ratpoison +if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then + exec ck-launch-session ratpoison +else + exec ratpoison +fi |