]> git.sur5r.net Git - i3/i3/commit
Abstract binding configuration to bindings.[ch]
authorTony Crisci <tony@dubstepdish.com>
Tue, 28 Jan 2014 03:45:01 +0000 (22:45 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 28 Jan 2014 07:21:21 +0000 (08:21 +0100)
commitd24d8baeb5f92013887901d1df9063721b425ce7
treede401d32231e6154d174d79e0bc5317bf3aa5599
parentda0acb20800999558b6302b2dea3e954a9c0ea26
Abstract binding configuration to bindings.[ch]

Create files bindings.[ch] to contain functions for configuring,
finding, and running bindings.

Use the new function `configure_binding` for binding configuration. This
function adds a binding from config parameters.

Export the function `modifiers_from_str` from config_directives.h.

This change is made in preparation for the new bindmouse functionality.
include/all.h
include/bindings.h [new file with mode: 0644]
include/config_directives.h
src/bindings.c [new file with mode: 0644]
src/config_directives.c