.xinitrc
changeset 589 e1812451b4f8
parent 585 c2ceb8111620
child 653 a5566b182446
equal deleted inserted replaced
588:bb9f24df140a 589:e1812451b4f8
    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
    26   notfy_daemon_cmd=/usr/lib/notification-daemon/notification-daemon
    27   if [[ -x $notfy_daemon_cmd ]] then
    27   if [[ -x $notfy_daemon_cmd ]]; then
    28     $notfy_daemon_cmd &
    28     $notfy_daemon_cmd &
    29   fi
    29   fi
    30 fi
    30 fi
    31 
    31 
    32 if command -v xscreensaver; then
    32 if command -v xscreensaver; then