sx-clientbuttons

sx-clientbuttons is a plugin that enables you to bind mouse button and modifier key combinations to an action.

Configuration

clientbuttons.bindings

Dictionary of button/modifier (Buttonstrokes): action. For example:

'clientbuttons.bindings': {
    'Meta+1': 'moveresize.move',
    'Meta+3': 'moveresize.resize',
}
class sxclientbuttons.SXClientButtons(app)

Plugin to allow binding mouse actions to actions

on_load_config(config)
on_new_client(screen, client)
on_ready(app)
on_unmanage_client(screen, client)

samurai-x

Table Of Contents

Previous topic

sx-cairodeco

Next topic

sx-dbus

This Page