# HG changeset patch # User Oleksandr Gavenko # Date 1352712301 -7200 # Node ID c2ceb81116206904ca3e919672df32c83e69bfa5 # Parent e5b6c947ffabe2b32113d17e9b6a32f90c1bbda9 Autostart notification daemon. diff -r e5b6c947ffab -r c2ceb8111620 .xinitrc --- a/.xinitrc Wed Oct 31 17:24:50 2012 +0200 +++ b/.xinitrc Mon Nov 12 11:25:01 2012 +0200 @@ -23,6 +23,10 @@ xsetroot -gray # To debug FvwmM4 add "-debug" after "FvwmM4". fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" & + notfy_daemon_cmd=/usr/lib/notification-daemon/notification-daemon + if [[ -x $notfy_daemon_cmd ]] then + $notfy_daemon_cmd & + fi fi if command -v xscreensaver; then