mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/xmonad: Added "dbus-launch --exit-with-session" to xinitrc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
56c2b26f96
commit
c425611d7b
2 changed files with 1 additions and 4 deletions
|
@ -3,9 +3,6 @@ and configured in Haskell. In a normal WM, you spend half your time
|
|||
aligning and searching for windows. xmonad makes work easier, by
|
||||
automating this.
|
||||
|
||||
This requires ghc, haskell-utf8-string, haskell-transformers,
|
||||
haskell-mtl, haskell-syb and haskell-X11.
|
||||
|
||||
After installing, use 'xwmconfig' command to reselect xmonad as window
|
||||
manager, either as root to do system-wide selection or as normal user
|
||||
to do user-specific selection.
|
||||
|
|
|
@ -12,7 +12,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
|
|||
[ -f $usermodmap ] && /usr/bin/xmodmap $usermodmap
|
||||
|
||||
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
|
||||
exec ck-launch-session /usr/bin/xmonad
|
||||
exec ck-launch-session dbus-launch --exit-with-session /usr/bin/xmonad
|
||||
else
|
||||
exec /usr/bin/xmonad
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue