X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=X%2F.xinitrc;h=d02fb1cbed639af1fa3dc80b60806988b2fb82eb;hb=dc8928e5a88c93019002bec4f22e5f0eb1097bd7;hp=86cfd39a5d3f3711885d7071fd5ad16fd6e06f23;hpb=1b17ece26e2019c0d2d2eb3d612e2dff5cca0169;p=max%2Fdotfiles.git diff --git a/X/.xinitrc b/X/.xinitrc index 86cfd39..d02fb1c 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -77,4 +77,11 @@ esac cat ~/.ratpoisonrc.base ~/.ratpoisonrc.$HOSTNAME > ~/.ratpoisonrc -exec /usr/bin/ratpoison +case $HOSTNAME in + platinum) + exec ck-launch-session dbus-launch --sh-syntax --exit-with-session startkde + ;; + *) + exec /usr/bin/ratpoison +esac +