Implement opacity command

This commit is contained in:
Tony Crisci 2018-04-03 00:47:45 -04:00 committed by Drew DeVault
parent f2153f3f28
commit fc9398a42e
8 changed files with 68 additions and 16 deletions

View file

@ -15,6 +15,7 @@ sway_sources = files(
'commands/focus.c',
'commands/focus_follows_mouse.c',
'commands/kill.c',
'commands/opacity.c',
'commands/include.c',
'commands/input.c',
'commands/layout.c',