diff options
Diffstat (limited to 'desktop/pekwm/xinitrc.pekwm')
-rw-r--r-- | desktop/pekwm/xinitrc.pekwm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/pekwm/xinitrc.pekwm b/desktop/pekwm/xinitrc.pekwm index bfbb9d3b70f4c..8337e08883664 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 |