Factor out binding command execution to separate file

This commit is contained in:
Ryan Walklin 2018-11-25 14:39:53 +01:00 committed by Ryan Walklin
parent 2a3c62b4d2
commit 2a7edfa24c
4 changed files with 121 additions and 101 deletions

View file

@ -1,4 +1,5 @@
sources = [
'bindings.c',
'config.c',
'cursor.c',
'desktop.c',