DoH! Re: [openbox] in summary
corey at streamreel.net
corey at streamreel.net
Sun Nov 16 19:14:38 EST 2003
narf... left out some details:
On Sun, Nov 16, 2003 at 11:52:55PM +0000, corey at streamreel.net wrote:
<snip'n'edit>
ObConf might look something this:
===================================================================
Focusing Windows
Delay before focusing windows ("Lazy Focus"): |___|
|__| Focus strictly follows mouse ("Sloppy Focus")
Delay before raising windows: |___|
|__| Raise windows when the mouse pointer moves over them
|__| Focus new windows when they appear
===================================================================
Setting Lazy Focus to a non-zero does the following:
1 - greys out and unsets the Sloppy Focus option
2 - sets "followMouse" ('config_focus_follow') to true
3 - sets "lazyFocus" ('config_lazy_focus') to true
4 - sets "raiseDelay" ('config_delay_timer') to int
Selecting Sloppy Focus checkbox does the following:
1 - greys out and unsets the Lazy Focus option
2 - un-greys "Delay before raising..." option
3 - sets "followMouse" ('config_focus_follow') to true
4 - sets "sloppyFocus" ('config_sloppy_focus') to true
Selecting "Delay before raising..." checkbox does the following:
1 - sets "raiseDelay" ('config_delay_timer') to int
Selecting "Raise windows..." checkbox does the following:
1 - sets "followMouse" ('config_focus_follow') to true
2 - sets "raiseOnFocus" ('config_focus_raise') to true
Too-many-beers-this-morning'ly yours,
Corey
More information about the openbox
mailing list