Skip to content

Commit

Permalink
[toggle-screen-sharing-resolution] Switch back to 1728×1080 for lapto…
Browse files Browse the repository at this point in the history
…p screen.
  • Loading branch information
lgarron committed Dec 7, 2024
1 parent f08cdfa commit 584930b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/system/toggle-screen-sharing-resolution.fish
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env -S fish --no-config

if /Applications/RDM.app/Contents/MacOS/RDM -l | grep 2560 > /dev/null
/Applications/RDM.app/Contents/MacOS/RDM -w 1440 -h 900 -s 2
# /Applications/RDM.app/Contents/MacOS/RDM -w 1728 -h 1080 -s 2
/Applications/RDM.app/Contents/MacOS/RDM -w 1728 -h 1080 -s 2
else
/Applications/RDM.app/Contents/MacOS/RDM -w 2560 -h 1440 -s 2
end

0 comments on commit 584930b

Please sign in to comment.