diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-09 19:00:45 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-09 19:03:37 +0100 |
| commit | 89773438b6583dd1dcaf33ad6d581eee697246f2 (patch) | |
| tree | 7cfdc647507af97bcb29f6907c87eaadba476882 /roles/hyprland/meta | |
| parent | dc8f42e5666e9d498bd19b323f5e1c3b9440ba3f (diff) | |
Add brightness control using ddcutil to hyprland
The ddcutil is really slow by design and needing to wait the recommended
40-200ms after each request to get the response according to the ddc
protocol specifications.
For now this is a working draft, might switch to ddccontrol which is
much faster but limited to communicate over /dev/<id> which can't be
figured automatically or correlated with hyprctl monitors command
Diffstat (limited to 'roles/hyprland/meta')
| -rw-r--r-- | roles/hyprland/meta/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index 8794e8c6..5ef0b024 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -6,6 +6,7 @@ dependencies: - role: "mako" - role: "pipewire" - role: "brightnessctl" + - role: "ddcutil" - role: "font" - role: "aur_font" - role: "waybar" |
