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 &
|
mpdscribble &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# -----[ Repeatedly set rootname ]------------------------------------
|
# -----[ Start notifier ]---------------------------------------------
|
||||||
while :; do
|
/usr/bin/dunst &
|
||||||
xsetroot -name "`~/.rootname.scm`"
|
|
||||||
sleep 1m
|
|
||||||
done &
|
|
||||||
|
|
||||||
# -----[ Start session ]----------------------------------------------
|
# -----[ Start session ]----------------------------------------------
|
||||||
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors
|
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors
|
||||||
|
|
Loading…
Reference in a new issue