|
Re: Change WM in runlevel 3
Create, in your home directory, a file called .xinitrc
Note the period in front of the name.
From there, put your window manager command, for example
exec (whatever xfce uses, for example, if the command is just xfce, exec xfce)
That is, for example, the command to start openbox is openbox-session, so my .xinitrc reads
exec openbox-session
but I'm not sure what command xfce uses.
|