Per application color saturation support (#21)

* Initial implementation without fullscreen support

* Limit saturation to 2

* Fixed saturation not working for fullscreen applications like CSGO

* Fixed saturation ignoring border radius

* Updated README and sway.5 man page

* Rebased from Master

* Added command to README

* Fixed nitpicks
This commit is contained in:
Erik Reider 2022-11-12 01:38:09 +01:00 committed by GitHub
parent 8c907a0bcb
commit 1881b01d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 137 additions and 25 deletions

View file

@ -73,6 +73,7 @@ sway_sources = files(
'commands/mark.c',
'commands/max_render_time.c',
'commands/opacity.c',
'commands/saturation.c',
'commands/include.c',
'commands/input.c',
'commands/layout.c',