diff options
author | Eugene M <damagedone@gmx.com> | 2016-08-24 06:42:23 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | 3be8811198ba45dd8f3b00f298a42cbd49f7104a (patch) | |
tree | 578ce1237c4cab1ace2a1849b41966bc84fc90b6 /desktop/pekwm/xinitrc.pekwm | |
parent | e81d618c0cc2749ecd1353173dc0a0266704c820 (diff) | |
download | slackbuilds-3be8811198ba45dd8f3b00f298a42cbd49f7104a.tar.gz |
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.pekwm | 4 |
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 |