desktop/musca: Added "dbus-launch --exit-with-session" to xinitrc

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-01 19:51:58 +02:00 committed by Robby Workman
parent 43681ffdd2
commit 94cfae81c7
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,2 @@
musca is a simple dynamic window manager for X musca is a simple dynamic window manager for X
with features nicked from ratpoison and dwm. with features nicked from ratpoison and dwm.
This requires dmenu.

View File

@ -14,7 +14,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
# start some nice programs # start some nice programs
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
exec ck-launch-session musca exec ck-launch-session dbus-launch --exit-with-session musca
else else
exec musca exec musca
fi fi