答案1
A. 找出适合您的终端的几何形状:
/usr/bin/gnome-terminal --geometry=800x800+1921+0
(width x height + x location + y location)
*x location = width of main + x location of sub
*to check width and height of a terminal, run `stty size`
B.使用特定命令打开终端:
- 右键单击终端->配置文件->配置文件首选项
- 在
title and command
标签上,勾选run a custom command instead of my shell
- 输入自定义命令:
/usr/bin/byobu
C.将命令添加到启动应用程序:
- 跑步
gnome-session-properties
- 添加启动程序
- 输入命令A
/usr/bin/gnome-terminal --geometry=800x800+1921+0