- terminator --geometry=1200x900
- 或者
- terminator -m
- 在.bashrc里面使用alias命令
- 用shell脚本解决
- 利用unity的quicklist方式
- 打开.local/share/applications/terminator.desktop文件(所有的自定义quicklist的启动器都在这里)
- 修改启动命令3.记得注销重新进入,生效。
- 把
- Exec=terminator
- 修改为
- Exec=terminator --geometry=1200x900