Zoom in when screen sharing.
This commit is contained in:
@@ -6,3 +6,5 @@ IFS=$'\n\t'
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
makoctl set-mode do-not-disturb
|
||||
|
||||
swaymsg output "'Dell Inc. DELL U3014 P1V6N35M329L'" scale 2
|
||||
@@ -6,3 +6,5 @@ IFS=$'\n\t'
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
makoctl set-mode default
|
||||
|
||||
swaymsg output "'Dell Inc. DELL U3014 P1V6N35M329L'" scale 1
|
||||
@@ -1,7 +1,7 @@
|
||||
[screencast]
|
||||
#output_name=HDMI-A-1
|
||||
#max_fps=30
|
||||
exec_before=/usr/local/bin/disable_notifications
|
||||
exec_after=/usr/local/bin/enable_notifications
|
||||
max_fps=30
|
||||
exec_before=/usr/local/bin/start_screen_share
|
||||
exec_after=/usr/local/bin/stop_screen_share
|
||||
chooser_type=simple
|
||||
chooser_cmd=slurp -f %o -or
|
||||
|
||||
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user