86 |
86 |
87 # Define places for autoloaded programs. |
87 # Define places for autoloaded programs. |
88 # StartsOnPage [desk [x y]] |
88 # StartsOnPage [desk [x y]] |
89 Style "mc-main1" StartsOnPage 0 1 0, SkipMapping |
89 Style "mc-main1" StartsOnPage 0 1 0, SkipMapping |
90 Style "mc-main2" StartsOnPage 0 2 0, SkipMapping |
90 Style "mc-main2" StartsOnPage 0 2 0, SkipMapping |
91 Style "goldendict" StartsOnPage 3 1 2, SkipMapping |
91 # SkipMapping was not added to emacs to give focus it. |
|
92 Style "emacs-main" StartsOnPage 2 0 0 |
|
93 Style "Goldendict" StartsOnPage 3 1 2, SkipMapping |
|
94 Style "Iceweasel" StartsOnPage 1 0 0, SkipMapping |
92 Style "XClock" !Title, Sticky, StaysOnTop, !Iconifiable, FixedPosition, FixedSize, WindowListSkip, CirculateSkip |
95 Style "XClock" !Title, Sticky, StaysOnTop, !Iconifiable, FixedPosition, FixedSize, WindowListSkip, CirculateSkip |
93 |
96 |
94 # Run only om sturtup. |
97 # Run only om sturtup. |
95 DestroyFunc InitFunction |
98 DestroyFunc InitFunction |
96 AddToFunc InitFunction |
99 AddToFunc InitFunction |
|
100 # Right offset: 80 from FvwmPager + 2*6 from border = 92. |
|
101 + I Exec exec xclock -digit -update 1 -strftime '%F %T %a' -padding 2 -geometry 165x18-92+0 -face Monospace-9 -bg gray |
|
102 + I Exec exec emacs --name emacs-main |
97 + I Exec exec m4_XTERM_MC(`mc-main1') |
103 + I Exec exec m4_XTERM_MC(`mc-main1') |
98 + I Exec exec goldendict |
104 + I Exec exec goldendict |
|
105 + I Exec exec firefox |
99 + I Exec exec m4_XTERM_MC(`mc-main2') |
106 + I Exec exec m4_XTERM_MC(`mc-main2') |
100 # Right offset: 80 from FvwmPager + 2*6 from border = 92. |
|
101 + I Exec exec xclock -digit -update 1 -strftime '%F %T %a' -padding 2 -geometry 165x18-92+0 -face Monospace-9 -bg gray |
|
102 |
107 |
103 # Run after each restart. |
108 # Run after each restart. |
104 DestroyFunc RestartFunction |
109 DestroyFunc RestartFunction |
105 AddToFunc RestartFunction |
110 AddToFunc RestartFunction |
106 |
111 |