对于截屏视频,我想要一个设置桌面工作环境的脚本。这是我的票价:
open /Applications/Google\ Chrome.app --args --incognito
osascript -e "tell application \"Chrome\" to set the bounds of the first window to {0, 10, 790, 500}"
我必须添加什么才能在 Chrome 窗口的右侧获得两个终端窗口,如下图所示:
一切都应该适合 1280x720 框架。
奖励:如何通过相同的脚本在终端中设置字体大小?