equal
deleted
inserted
replaced
116 # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu. |
116 # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu. |
117 # Available: Fvwm, Mwm, Win. |
117 # Available: Fvwm, Mwm, Win. |
118 MenuStyle "*" Mwm |
118 MenuStyle "*" Mwm |
119 |
119 |
120 ################################################################ |
120 ################################################################ |
|
121 # Program Styles. |
|
122 |
|
123 Style "*" Icon app/x-32x32.xpm, \ |
|
124 MiniIcon app/x-flex-16x16.xpm |
|
125 Style "XTerm" Icon app/terminal-16x16.xpm, \ |
|
126 MiniIcon app/terminal-16x16.xpm |
|
127 Style "rxvt" Icon app/terminal-16x16.xpm, \ |
|
128 MiniIcon app/terminal-16x16.xpm |
|
129 Style "mc-*" Icon app/mc-16x16.xpm, \ |
|
130 MiniIcon app/mc-16x16.xpm |
|
131 |
|
132 ################################################################ |
121 # Window Decor. |
133 # Window Decor. |
122 |
134 |
123 DestroyDecor MyDecor |
135 DestroyDecor MyDecor |
124 AddToDecor MyDecor |
136 AddToDecor MyDecor |
125 + TitleStyle LeftJustified Height 18 |
137 + TitleStyle LeftJustified Height 18 |
182 *FvwmEvent-StartMaximised: add_window MyFuncStartMaximised |
194 *FvwmEvent-StartMaximised: add_window MyFuncStartMaximised |
183 |
195 |
184 AddToFunc StartFunction I Module FvwmEvent |
196 AddToFunc StartFunction I Module FvwmEvent |
185 AddToFunc StartFunction I FvwmEvent FvwmEvent-NewWindow |
197 AddToFunc StartFunction I FvwmEvent FvwmEvent-NewWindow |
186 AddToFunc StartFunction I FvwmEvent FvwmEvent-StartMaximised |
198 AddToFunc StartFunction I FvwmEvent FvwmEvent-StartMaximised |
187 |
|
188 ################################################################ |
|
189 # Program Styles. |
|
190 |
|
191 Style "*" Icon app/x-32x32.xpm, \ |
|
192 MiniIcon app/x-flex-16x16.xpm |
|
193 Style "XTerm" Icon app/terminal-16x16.xpm, \ |
|
194 MiniIcon app/terminal-16x16.xpm |
|
195 Style "rxvt" Icon app/terminal-16x16.xpm, \ |
|
196 MiniIcon app/terminal-16x16.xpm |
|
197 Style "mc-*" Icon app/mc-16x16.xpm, \ |
|
198 MiniIcon app/mc-16x16.xpm |
|
199 |
199 |
200 ################################################################ |
200 ################################################################ |
201 # Screenshot Functions (uses ImageMagick). |
201 # Screenshot Functions (uses ImageMagick). |
202 |
202 |
203 m4_define(`m4_SCREENSHOTPATH', `$[HOME]/.screenshot')m4_dnl |
203 m4_define(`m4_SCREENSHOTPATH', `$[HOME]/.screenshot')m4_dnl |