aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox-session
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox-session')
-rwxr-xr-xmatchbox-session6
1 files changed, 3 insertions, 3 deletions
diff --git a/matchbox-session b/matchbox-session
index 32a5649..65f1ce7 100755
--- a/matchbox-session
+++ b/matchbox-session
@@ -19,6 +19,6 @@ fi
# Default files to run if $HOME/.matchbox/session or /etc/matchbox/session
# dont exist.
-mbdesktop &
-mbdock --orientation south &
-exec matchbox $@
+matchbox-desktop &
+matchbox-panel --orientation south &
+exec matchbox-window-manager $@