You are not logged in.
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
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
Couldn't you just do:
exec ck-launch-session dbus-launch $1
Offline