Zoom in when screen sharing.

This commit is contained in:
Tom Alexander
2024-09-03 19:32:42 -04:00
parent e2a434bde0
commit c58257538a
6 changed files with 41 additions and 7 deletions

View File

@@ -22,6 +22,7 @@
# - adwaita-qt5 # For dark theme
# - adwaita-qt6 # For dark theme
- wlsunset
- wayland-utils # for wayland-info
state: present
- name: Install scripts
@@ -32,10 +33,10 @@
owner: root
group: wheel
loop:
- src: enable_notifications.bash
dest: /usr/local/bin/enable_notifications
- src: disable_notifications.bash
dest: /usr/local/bin/disable_notifications
- src: start_screen_share.bash
dest: /usr/local/bin/start_screen_share
- src: stop_screen_share.bash
dest: /usr/local/bin/stop_screen_share
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'