sx-focus
sx-focus is a plugin that ... urm ... what does it do? :]
Configuration
-
focus.style
The focus style to use.
There are several focus styles available:
- click (default)
- click in a window to focus and raise
- sloppy
- move the pointer into a window to focus
- sloppy-autoraise
- same as sloppy, but focused windows are raised automatically
-
class sxfocus.ClickToFocus(plugin, client)
-
bind_focus()
-
on_blur(c)
-
on_button_press(evt)
-
on_focus(c)
-
remove()
-
unbind_focus()
-
class sxfocus.FocusStyle(plugin, client)
-
remove()
-
class sxfocus.SXFocus(app)
Plugin for various styles of mouse focusing
-
on_load_config(config)
-
on_new_client(screen, client)
-
on_ready(app)
-
on_unmanage_client(screen, client)
-
class sxfocus.SloppyFocus(plugin, client)
-
on_enter_notify(evt)
-
remove()
-
class sxfocus.SloppyFocusWithAutoRaise(plugin, client)
-
on_enter_notify(evt)