summaryrefslogtreecommitdiffstats
path: root/desktop/pekwm/xinitrc.pekwm
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/pekwm/xinitrc.pekwm')
-rw-r--r--desktop/pekwm/xinitrc.pekwm4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/pekwm/xinitrc.pekwm b/desktop/pekwm/xinitrc.pekwm
index bfbb9d3b70..8337e08883 100644
--- a/desktop/pekwm/xinitrc.pekwm
+++ b/desktop/pekwm/xinitrc.pekwm
@@ -25,8 +25,8 @@ fi
# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
- exec ck-launch-session dbus-launch --exit-with-session /usr/bin/pekwm
+ exec ck-launch-session dbus-launch --exit-with-session /usr/bin/pekwm
else
- exec /usr/bin/pekwm
+ exec /usr/bin/pekwm
fi