XINIT: Run dunst as the designated notifier
This commit is contained in:
parent
d15f960488
commit
769062e548
1 changed files with 2 additions and 5 deletions
7
.xinitrc
7
.xinitrc
|
@ -17,11 +17,8 @@ then
|
|||
mpdscribble &
|
||||
fi
|
||||
|
||||
# -----[ Repeatedly set rootname ]------------------------------------
|
||||
while :; do
|
||||
xsetroot -name "`~/.rootname.scm`"
|
||||
sleep 1m
|
||||
done &
|
||||
# -----[ Start notifier ]---------------------------------------------
|
||||
/usr/bin/dunst &
|
||||
|
||||
# -----[ Start session ]----------------------------------------------
|
||||
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors
|
||||
|
|
Loading…
Reference in a new issue