.xinitrc
changeset 585 c2ceb8111620
parent 582 3412c9885616
child 589 e1812451b4f8
equal deleted inserted replaced
584:e5b6c947ffab 585:c2ceb8111620
    21     xmodmap ~/.xmodmaprc
    21     xmodmap ~/.xmodmaprc
    22   fi
    22   fi
    23   xsetroot -gray
    23   xsetroot -gray
    24   # To debug FvwmM4 add "-debug" after "FvwmM4".
    24   # To debug FvwmM4 add "-debug" after "FvwmM4".
    25   fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" &
    25   fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" &
       
    26   notfy_daemon_cmd=/usr/lib/notification-daemon/notification-daemon
       
    27   if [[ -x $notfy_daemon_cmd ]] then
       
    28     $notfy_daemon_cmd &
       
    29   fi
    26 fi
    30 fi
    27 
    31 
    28 if command -v xscreensaver; then
    32 if command -v xscreensaver; then
    29   xscreensaver -nosplash &
    33   xscreensaver -nosplash &
    30 fi
    34 fi