swaybar: separate input code to new file

This commit is contained in:
Ian Fan 2018-10-17 20:21:27 +01:00
parent d88b7a63f4
commit 499150a91b
7 changed files with 340 additions and 316 deletions

View file

@ -3,6 +3,7 @@ executable(
'bar.c',
'config.c',
'i3bar.c',
'input.c',
'ipc.c',
'main.c',
'render.c',