# HG changeset patch # User Oleksandr Gavenko # Date 1424819848 -7200 # Node ID 26eaadaeb19a4a24ac951f63e4fc1a203e52035d # Parent da0dc50393b68a68e276ce29b3ce468ce8478bb2 Run Emacs, Firefox and Goldendict in ".xinit". diff -r da0dc50393b6 -r 26eaadaeb19a .fvwm/config --- a/.fvwm/config Tue Feb 24 00:37:27 2015 +0200 +++ b/.fvwm/config Wed Feb 25 01:17:28 2015 +0200 @@ -94,10 +94,7 @@ # Right offset: 80 from FvwmPager + 2*6 from border = 92. + I Exec exec xclock -digit -update 1 -strftime '%m-%d %T %a' -padding 2 -geometry 130x16-92+0 -face Monospace-9 -bg gray + I Exec exec stalonetray --window-strut none --grow-gravity S --icon-gravity N --geometry 1x16-$((130+92+24))+0 -+ I Exec exec emacs --name emacs-main + I Exec exec m4_XTERM_MC(`mc-main1') -+ I Exec exec goldendict -+ I Exec exec firefox + I Exec exec m4_XTERM_MC(`mc-main2') # Run after each restart. diff -r da0dc50393b6 -r 26eaadaeb19a .xinitrc --- a/.xinitrc Tue Feb 24 00:37:27 2015 +0200 +++ b/.xinitrc Wed Feb 25 01:17:28 2015 +0200 @@ -23,6 +23,9 @@ 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 & + goldendict & + firefox & notfy_daemon_cmd=/usr/lib/notification-daemon/notification-daemon if [[ -x $notfy_daemon_cmd ]]; then $notfy_daemon_cmd &