1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sway.git synced 2024-08-16 13:49:49 +02:00

Improve screenshare stuff

This commit is contained in:
L3D 2024-07-31 22:34:16 +02:00
parent c1b8733ce7
commit 48c345372b
Signed by: l3d
GPG key ID: CD08445BFF4313D1

12
tasks/pipewire.yml Normal file
View file

@ -0,0 +1,12 @@
---
# See https://elis.nu/blog/2021/02/detailed-setup-of-screen-sharing-in-sway/
- name: Ensure waybar is installed.
ansible.builtin.package:
name: "{{ item }}"
state: "present"
become: true
with_items:
- 'xdg-desktop-portal-wlr'
- 'xdg-desktop-portal-gtk'
- 'slurp'
- 'pipewire'