diff options
| author | Manuel Stoeckl <code@mstoeckl.com> | 2023-07-17 21:40:28 -0400 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-06-07 19:01:49 +0200 |
| commit | 40ca4150b27a5b94938b6c3d744f74bb26d347f7 (patch) | |
| tree | a162451f9508eed3a0f7935d6b2e3615e20f03d2 /.builds/archlinux.yml | |
| parent | 2e9139df664f1e2dbe14b5df4a9646411b924c66 (diff) | |
sway/commands/output: Add command to set color profile
This makes it possible to render output buffers in a different color
space, by specifying an ICC profile for the output.
Diffstat (limited to '.builds/archlinux.yml')
| -rw-r--r-- | .builds/archlinux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 9972c01a..e249571e 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -3,6 +3,7 @@ packages: - cairo - gdk-pixbuf2 - json-c + - lcms2 - libdisplay-info - libegl - libinput |
