.xinitrc
changeset 735 26eaadaeb19a
parent 659 ee46e88fe001
child 745 65070eb4aabb
equal deleted inserted replaced
734:da0dc50393b6 735:26eaadaeb19a
    21     xmodmap ~/.xmodmaprc
    21     xmodmap ~/.xmodmaprc
    22   fi
    22   fi
    23   xsetroot -mod 2 2 -fg gray70 -bg gray60
    23   xsetroot -mod 2 2 -fg gray70 -bg gray60
    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   emacs --name emacs-main &
       
    27   goldendict &
       
    28   firefox &
    26   notfy_daemon_cmd=/usr/lib/notification-daemon/notification-daemon
    29   notfy_daemon_cmd=/usr/lib/notification-daemon/notification-daemon
    27   if [[ -x $notfy_daemon_cmd ]]; then
    30   if [[ -x $notfy_daemon_cmd ]]; then
    28     $notfy_daemon_cmd &
    31     $notfy_daemon_cmd &
    29   fi
    32   fi
    30 fi
    33 fi