From 8c467bd4cb0fc2c1d5a7a9fbcd13ac180f11050a Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Thu, 27 Jul 2023 12:52:18 -0600 Subject: [PATCH] feat: Include ddccontrol for controlling monitor params This provides a terminal utility and UI for editing monitor parameters such as brightness, contrast, and color levels on supported monitors --- Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containerfile b/Containerfile index 3f6a70b6..7215c983 100644 --- a/Containerfile +++ b/Containerfile @@ -45,6 +45,8 @@ RUN rpm-ostree install \ rmlint \ compsize \ kdeconnectd \ + ddccontrol \ + ddccontrol-gtk \ input-remapper \ system76-scheduler \ hl2linux-selinux \