diff -r dd80d75353e4 -r 34b0b3232025 .fvwm/config --- a/.fvwm/config Wed Oct 31 09:57:51 2012 +0200 +++ b/.fvwm/config Wed Oct 31 10:20:28 2012 +0200 @@ -88,17 +88,22 @@ # StartsOnPage [desk [x y]] Style "mc-main1" StartsOnPage 0 1 0, SkipMapping Style "mc-main2" StartsOnPage 0 2 0, SkipMapping -Style "goldendict" StartsOnPage 3 1 2, SkipMapping +# SkipMapping was not added to emacs to give focus it. +Style "emacs-main" StartsOnPage 2 0 0 +Style "Goldendict" StartsOnPage 3 1 2, SkipMapping +Style "Iceweasel" StartsOnPage 1 0 0, SkipMapping Style "XClock" !Title, Sticky, StaysOnTop, !Iconifiable, FixedPosition, FixedSize, WindowListSkip, CirculateSkip # Run only om sturtup. DestroyFunc InitFunction AddToFunc InitFunction +# Right offset: 80 from FvwmPager + 2*6 from border = 92. ++ I Exec exec xclock -digit -update 1 -strftime '%F %T %a' -padding 2 -geometry 165x18-92+0 -face Monospace-9 -bg gray ++ 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') -# Right offset: 80 from FvwmPager + 2*6 from border = 92. -+ I Exec exec xclock -digit -update 1 -strftime '%F %T %a' -padding 2 -geometry 165x18-92+0 -face Monospace-9 -bg gray # Run after each restart. DestroyFunc RestartFunction