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 | 771d05f448e98316d414a970c12734563469ef89 (patch) | |
| tree | 976911cf9c575b3c2f92e16c7cbd837618adf5b4 | |
| parent | fae074898d78dc2750b3d2452df8d6fc630c49d1 (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
| -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" |
