mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/xmonad: Poke consolekit in xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
e5a3a8a37c
commit
c00f675fac
2 changed files with 6 additions and 2 deletions
|
@ -11,5 +11,9 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
|
|||
[ -f $userresources ] && /usr/bin/xrdb -merge $userresources
|
||||
[ -f $usermodmap ] && /usr/bin/xmodmap $usermodmap
|
||||
|
||||
exec /usr/bin/xmonad
|
||||
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
|
||||
exec ck-launch-session /usr/bin/xmonad
|
||||
else
|
||||
exec /usr/bin/xmonad
|
||||
fi
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PRGNAM=xmonad
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
GHC_VERSION=$(ghc --numeric-version)
|
||||
|
|
Loading…
Reference in a new issue