aboutsummaryrefslogtreecommitdiff
path: root/desktop/pekwm/xinitrc.pekwm
diff options
context:
space:
mode:
authorEugene M <damagedone@gmx.com>2016-08-24 06:42:23 +0700
committerDavid Spencer <idlemoor@slackbuilds.org>2016-08-28 00:22:40 +0100
commit3be8811198ba45dd8f3b00f298a42cbd49f7104a (patch)
tree578ce1237c4cab1ace2a1849b41966bc84fc90b6 /desktop/pekwm/xinitrc.pekwm
parente81d618c0cc2749ecd1353173dc0a0266704c820 (diff)
downloadslackbuilds-3be8811198ba45dd8f3b00f298a42cbd49f7104a.tar.xz
desktop/pekwm: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 bfbb9d3b70f4..8337e0888366 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