From 55ca70f89577bd19af4abda7e2d7377ddd42f48b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 8 Jan 2026 22:05:05 +0100 Subject: Add pipewire and brightnessctl roles as hyprland dependencies The binding of audio and brightness keys are dependant on having these roles available and installed --- roles/hyprland/meta/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/hyprland/meta/main.yml b/roles/hyprland/meta/main.yml index 3c8902a0..5e1fbd39 100644 --- a/roles/hyprland/meta/main.yml +++ b/roles/hyprland/meta/main.yml @@ -5,6 +5,8 @@ dependencies: - role: "greetd" - role: "nautilus" - role: "mako" + - role: "pipewire" + - role: "brightnessctl" galaxy_info: author: "a14m" description: "Install hyprland" -- cgit v1.2.3