How to start different Window Managers?

Using applications, configuring, problems
Post Reply
Message
Author
benali72
Posts: 292
Joined: Wed 09 Aug 2006, 17:27

How to start different Window Managers?

#1 Post by benali72 »

I thought it'd be fun to try some different Window Managers, so I used the Installer to download and install Fluxbox and IceWM. But how do I shutdown JWM and start one of these two instead? I don't see any options to select other Window Managers from the SHUTDOWN menu.

Thanks!

akash_rawal
Posts: 229
Joined: Wed 25 Aug 2010, 15:38
Location: ISM Dhanbad, Jharkhand, India

#2 Post by akash_rawal »

Exit from X and then type xwin <window manager name>. e.g. xwin icewm

User avatar
Galbi
Posts: 1098
Joined: Wed 21 Sep 2011, 22:32
Location: Bs.As. - Argentina.

#3 Post by Galbi »

Kill the X server with Ctrl+Alt+BackSpace.
Then, in the text prompt type

Code: Select all

# xwin icewm
If you don't know the exact command to start any WM, at the text prompt, type a few letters and the 2 or 3 times the TAB key i.e

Code: Select all

#fluxb [TAB] [TAB] 
the autocompletion will show one or more commands you can try (always with xwin before).

This works most of the times, but with some estrange WM you´ll have to deal with .xinitrc Google about it.

Enjoy.

Post Reply