mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Run xmonad with dbus for discord notifications
This commit is contained in:
parent
ddfe420cb0
commit
ba4f52b8a2
|
@ -14,5 +14,7 @@ else
|
|||
source "$HOME/.xprofile"
|
||||
fi
|
||||
|
||||
exec xmonad
|
||||
#exec xmonad
|
||||
# Launch xmonad with dbus
|
||||
exec dbus-launch --sh-syntax --exit-with-session xmonad
|
||||
|
||||
|
|
Loading…
Reference in a new issue