LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Help with Window Manager (https://www.linuxquestions.org/questions/linux-general-1/help-with-window-manager-26288/)

cool_coolioin 07-22-2002 12:54 AM

Help with Window Manager
 
Recently I upgraded my X server. The prob now I face is that I am not able to get any windows manager. Linux always starts X with a twm.

da Perp 07-22-2002 03:00 AM

how about trying a semi simple semi lightweight one like xfce? all youneed for it is gtk. or even simpler blackbox or fluxbox. kde is a helluvalot of work and takes long, but is quite worth it.

if you already ave a windowmager installed, do:

echo "exec (your windowmanger)" > ~/.xinitrc

where you replace (your windowmager) with e.g. enlightenment or blackbox.

PEACE

aliensub 07-23-2002 02:14 AM

If you mean that you have them installed but can switch away from twm. There are 2 solutions:
If x donīt start aut. then write "startx fluxbox" - to start f.ex. fluxbox, to do it permantly, make a .xinitrc in your home dir which contains:

exec fluxbox

if you aut. start x make a .xsession in your homedir which contains the same as the .xinitrc


All times are GMT -5. The time now is 05:40 AM.