equal
deleted
inserted
replaced
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 |