diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-08 22:05:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-08 22:05:05 +0100 |
| commit | 55ca70f89577bd19af4abda7e2d7377ddd42f48b (patch) | |
| tree | 976911cf9c575b3c2f92e16c7cbd837618adf5b4 /roles/hyprland | |
| parent | 68f94cff077f3252f1f670333f2a063efdfab33b (diff) | |
Add pipewire and brightnessctl roles as hyprland dependencies
The binding of audio and brightness keys are dependant on having these
roles available and installed
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
