diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 21:26:34 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 21:26:34 -0600 |
commit | d23cc355957ce564c42def07e7deb6cd39c70301 (patch) | |
tree | d4ffe9f87be9097a2c36f65fb4af0df12e72f462 /desktop/i3 | |
parent | 22bb08c499e1b9bd148c1af2814b268aa3371be1 (diff) | |
download | slackbuilds-d23cc355957ce564c42def07e7deb6cd39c70301.tar.gz |
desktop/i3: Tweaks to xinitrc re consolekit pokering
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/i3')
-rw-r--r-- | desktop/i3/i3.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/i3/xinitrc.i3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/i3/i3.SlackBuild b/desktop/i3/i3.SlackBuild index 9cfd92c3b3..47287220f3 100644 --- a/desktop/i3/i3.SlackBuild +++ b/desktop/i3/i3.SlackBuild @@ -7,7 +7,7 @@ PRGNAM=i3 VERSION=3.e_bf1 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} SRC_VERSION=$(printf $VERSION | tr _ -) diff --git a/desktop/i3/xinitrc.i3 b/desktop/i3/xinitrc.i3 index 47b3a8c767..54f5b5c620 100644 --- a/desktop/i3/xinitrc.i3 +++ b/desktop/i3/xinitrc.i3 @@ -12,7 +12,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap [ -f $usermodmap ] && /usr/bin/xmodmap $usermodmap # Start i3 -if [ -z $DESKTOP_SESSION ]; then +if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then exec ck-launch-session i3 else exec i3 |