mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
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:
parent
8c907a0bcb
commit
1881b01d3f
15 changed files with 137 additions and 25 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue