summaryrefslogtreecommitdiff
path: root/sway/commands/saturation.c
AgeCommit message (Collapse)Author
2022-11-11Per application color saturation support (#21)Erik Reider
* 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