mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/i3: Tweaks to xinitrc re consolekit pokering
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
22bb08c499
commit
d23cc35595
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PRGNAM=i3
|
||||
VERSION=3.e_bf1
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRC_VERSION=$(printf $VERSION | tr _ -)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue