Fix screen scaling during screen sharing.

This commit is contained in:
Tom Alexander 2025-04-01 18:44:17 -04:00
parent ec4583b79e
commit cdc7d13225
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -240,7 +240,7 @@ let
IFS=$'\n\t'
DIR="$( cd "$( dirname "''${BASH_SOURCE[0]}" )" && pwd )"
makoctl set-mode do-not-disturb
makoctl mode -s do-not-disturb
swaymsg output "'Dell Inc. DELL U3014 P1V6N35M329L'" scale 2
'';
@ -250,7 +250,7 @@ let
IFS=$'\n\t'
DIR="$( cd "$( dirname "''${BASH_SOURCE [ 0 ]}" )" && pwd )"
makoctl set-mode default
makoctl mode -s default
swaymsg output "'Dell Inc. DELL U3014 P1V6N35M329L'" scale 1
'';