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:
parent
c1b8733ce7
commit
48c345372b
1 changed files with 12 additions and 0 deletions
12
tasks/pipewire.yml
Normal file
12
tasks/pipewire.yml
Normal 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'
|
Loading…
Reference in a new issue