96 Style "emacs-main" StartsOnPage 2 0 0 |
96 Style "emacs-main" StartsOnPage 2 0 0 |
97 Style "Goldendict" StartsOnPage 3 1 2, SkipMapping |
97 Style "Goldendict" StartsOnPage 3 1 2, SkipMapping |
98 Style "Iceweasel" StartsOnPage 1 0 0, SkipMapping |
98 Style "Iceweasel" StartsOnPage 1 0 0, SkipMapping |
99 Style "XClock" !Title, Sticky, StaysOnTop, !Iconifiable, FixedPosition, FixedSize, WindowListSkip, CirculateSkip |
99 Style "XClock" !Title, Sticky, StaysOnTop, !Iconifiable, FixedPosition, FixedSize, WindowListSkip, CirculateSkip |
100 |
100 |
|
101 # DestroyStyle "stalonetray" |
|
102 Style "stalonetray" !Button 1, !Button 3, !Button 5 |
|
103 Style "stalonetray" StaysOnTop, Sticky, !Iconifiable |
|
104 Style "stalonetray" FixedPosition, FixedSize |
|
105 Style "stalonetray" WindowListSkip, CirculateSkip |
|
106 Style "stalonetray" TitleFormat TRY |
|
107 |
101 # Run only on sturtup. |
108 # Run only on sturtup. |
102 DestroyFunc InitFunction |
109 DestroyFunc InitFunction |
103 AddToFunc InitFunction |
110 AddToFunc InitFunction |
104 # Right offset: 80 from FvwmPager + 2*6 from border = 92. |
111 # Right offset: 80 from FvwmPager + 2*6 from border = 92. |
105 + I Exec exec xclock -digit -update 1 -strftime '%m-%d %T %a' -padding 2 -geometry 130x16-92+0 -face Monospace-9 -bg gray |
112 + I Exec exec xclock -digit -update 1 -strftime '%m-%d %T %a' -padding 2 -geometry 130x16-92+0 -face Monospace-9 -bg gray |
|
113 + I Exec exec stalonetray --geometry 1x16-$((130+92+24))+0 |
106 + I Exec exec emacs --name emacs-main |
114 + I Exec exec emacs --name emacs-main |
107 + I Exec exec m4_XTERM_MC(`mc-main1') |
115 + I Exec exec m4_XTERM_MC(`mc-main1') |
108 + I Exec exec goldendict |
116 + I Exec exec goldendict |
109 + I Exec exec firefox |
117 + I Exec exec firefox |
110 + I Exec exec m4_XTERM_MC(`mc-main2') |
118 + I Exec exec m4_XTERM_MC(`mc-main2') |
550 |
558 |
551 # Add the windows you want to autohide |
559 # Add the windows you want to autohide |
552 DestroyFunc enter_handler |
560 DestroyFunc enter_handler |
553 AddToFunc enter_handler |
561 AddToFunc enter_handler |
554 + I autohide FvwmPager 1000 N |
562 + I autohide FvwmPager 1000 N |
|
563 + I autohide stalonetray 1000 N |
555 |
564 |
556 AddToFunc StartFunction I Module FvwmAuto 1 -menter enter_handler |
565 AddToFunc StartFunction I Module FvwmAuto 1 -menter enter_handler |
557 |
566 |
558 # Local variables: |
567 # Local variables: |
559 # mode: outline-minor |
568 # mode: outline-minor |