equal
deleted
inserted
replaced
49 # BugOpts DisplayNewWindowNames off |
49 # BugOpts DisplayNewWindowNames off |
50 # BugOpts ExplainWindowPlacement on |
50 # BugOpts ExplainWindowPlacement on |
51 # BugOpts ExplainWindowPlacement off |
51 # BugOpts ExplainWindowPlacement off |
52 |
52 |
53 # KillModule FvwmDebug |
53 # KillModule FvwmDebug |
54 # Module FvwmDebug |
54 # Module FvwmDebug -m -1 |
55 |
55 |
56 ################################################################ |
56 ################################################################ |
57 # Set paths. |
57 # Set paths. |
58 |
58 |
59 m4_define(`m4_IMGPATH', `$[FVWM_USERDIR]/images')m4_dnl |
59 m4_define(`m4_IMGPATH', `$[FVWM_USERDIR]/images')m4_dnl |
223 |
223 |
224 ClickTime 350 |
224 ClickTime 350 |
225 # How many pixels to move in order to distinct click from drag. |
225 # How many pixels to move in order to distinct click from drag. |
226 MoveThreshold 3 |
226 MoveThreshold 3 |
227 # GrabFocusTransient, ClickToFocusRaises |
227 # GrabFocusTransient, ClickToFocusRaises |
228 Style "*" SloppyFocus, MouseFocusClickRaises |
228 Style * SloppyFocus |
229 # Programs can focus themselves. |
229 Style * FPClickToFocus, FPClickDecorToFocus, FPClickIconToFocus |
230 Style * FPFocusByProgram |
|
231 |
|
232 # New windows/transients grab the focus when created closing a window/transient releases |
|
233 # focus to the previously focused window. |
|
234 Style * FPGrabFocus, FPGrabFocusTransient, FPReleaseFocus, FPReleaseFocusTransient |
|
235 |
230 |
236 DestroyFunc MyFuncFocusWindow |
231 DestroyFunc MyFuncFocusWindow |
237 AddToFunc MyFuncFocusWindow |
232 AddToFunc MyFuncFocusWindow |
238 + I FlipFocus |
233 + I FlipFocus |
239 + I WarpToWindow 50 50 |
234 + I WarpToWindow 50 50 |