You are not logged in.

#51 2011-08-16 10:34:35

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Display Managers, How Necessary Are They?

A very simple way to easily change between wm's without using a dm is this:

.xinitrc

# Put stuff you want to start before the wm above exec ...
exec $1

Then run:

xinit <name of wm executable>

Offline

#52 2011-08-16 16:03:22

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: Display Managers, How Necessary Are They?

Ashren wrote:

A very simple way to easily change between wm's without using a dm is this:

.xinitrc

# Put stuff you want to start before the wm above exec ...
exec $1

Then run:

xinit <name of wm executable>

How would you do this while still utilizing "ck-launch-session" and "dbus-launch?"  Would you just put those on the line above "exec $1" as well, or would you need to add them to the WM command when you run it from the command line?

Offline

#53 2011-08-16 17:05:45

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Display Managers, How Necessary Are They?

Couldn't you just do:

exec ck-launch-session dbus-launch $1

Offline

Board footer

Powered by FluxBB