Make swaybg standalone and able to handle multiple outputs

This commit is contained in:
emersion 2018-07-10 22:52:18 +01:00
parent 8afe68f920
commit 5f36378cd9
6 changed files with 423 additions and 170 deletions

View file

@ -1,6 +1,6 @@
executable(
'swaybg',
'main.c',
['main.c', 'render.c'],
include_directories: [sway_inc],
dependencies: [
cairo,