On 12/1/06, Todd Zullinger <[EMAIL PROTECTED]> wrote:
> Just run "openbox --replace" and it will replace metacity.
>
> (I've never used openbox either, so I don't know much more about it.)

Yes, that worked temporarily.  Do you know how to change the default
window manager?

For instance, in kde, I just have my ~/.Xclients script grab it and
can start enlightenment just by exporting KDEWM before I launch
startkde.  Is there something similar for gnome?


#!/bin/sh
WM="`cat $HOME/.wm`"
case $WM in
    kde-e16)
            export KDEWM=e16
            exec startkde
    ;;
    kde)    exec startkde
    ;;
    e16)    exec e16
    ;;
    enlightenment)
            exec enlightenment
    ;;

esac


-- 
Andy Harrison
_______________________________________________
gnome-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-list

Reply via email to