作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个 bash 脚本,它在一个窗口中打开多个选项卡,我想选择一个选项卡作为默认焦点
例如以下脚本在一个窗口中打开 3 个选项卡:
gnome-terminal --tab --geometry="100x20" --title="TAB1" -- bash -ic "command1"
gnome-terminal --tab --geometry="100x20" --title="TAB2" -- bash -ic "command2"
gnome-terminal --tab --geometry="100x20" --title="TAB3" -- bash -ic "command3"
所以,假设我希望 tab2 在运行脚本并打开窗口后成为焦点。有没有办法从脚本中指定?
最佳答案
我强烈推荐安装 terminator,它是一个可以灵活管理多个运行中的 gnome 终端的程序。它允许您选择一个选项卡作为默认焦点,同时仍然在同一 View 上查看任何其他数量的终端。它可以通过以下方式安装:
$ sudo apt install terminator
关于linux - 如何在 gnome-terminal 中选择默认选项卡焦点?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71254173/
我是一名优秀的程序员,十分优秀!