121 Emulate Mwm |
121 Emulate Mwm |
122 # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu. |
122 # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu. |
123 # Available: Fvwm, Mwm, Win. |
123 # Available: Fvwm, Mwm, Win. |
124 MenuStyle "*" Mwm |
124 MenuStyle "*" Mwm |
125 |
125 |
|
126 ################################################################ |
|
127 # Windows moving and resizing behaviour. |
|
128 |
126 # If during an interactive move the window or icon comes within proximity pixels of |
129 # If during an interactive move the window or icon comes within proximity pixels of |
127 # another the window or icon, it is moved to make the borders adjoin. |
130 # another the window or icon, it is moved to make the borders adjoin. |
128 Style * SnapAttraction 10 |
131 Style * SnapAttraction 10 |
129 |
132 |
130 Style "*" !Iconifiable |
133 Style "*" !Iconifiable |
131 # This disable ResizeOpaque, which cause frequent redrawing of applications. |
134 # This disable ResizeOpaque, which cause frequent redrawing of applications. |
132 Style "*" ResizeOutline |
135 Style "*" ResizeOutline |
|
136 |
|
137 # Default is TileCascadePlacement. |
|
138 Style * MinOverlapPlacement |
133 |
139 |
134 ################################################################ |
140 ################################################################ |
135 # Program Styles. |
141 # Program Styles. |
136 |
142 |
137 Style "*" Icon app/x-32x32.xpm, \ |
143 Style "*" Icon app/x-32x32.xpm, \ |