Run more stuff in parallel. Run dependent utilities in sequence.
--- a/.xinitrc Tue Aug 11 16:27:42 2015 +0300
+++ b/.xinitrc Thu Aug 13 21:58:45 2015 +0300
@@ -15,12 +15,11 @@
# Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM.
if [[ -z $COMSPEC ]]; then
- setxkbmap us,ru,ua
- kbdd &
+ { setxkbmap us,ru,ua && kbdd } &
if [[ -f ~/.xmodmaprc ]]; then
- xmodmap ~/.xmodmaprc
+ xmodmap ~/.xmodmaprc &
fi
- xsetroot -mod 2 2 -fg gray70 -bg gray60
+ xsetroot -mod 2 2 -fg gray70 -bg gray60 &
# To debug FvwmM4 add "-debug" after "FvwmM4".
fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" &
emacs --name emacs-main &