Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在屏幕的一半上打开 gnome-terminal 最大化。就像您点击快捷键“super+Left”时一样。无论如何我都在使用 bash 脚本,所以一个 hacky 解决方案是可以的。
在 X11 上我可以添加
$xdotool key 'super+Left'
到我的启动脚本,但 xdotool 不再工作,因为我切换到 Fedora 26 + wayland。我还可以调整 gnome-terminal 的行数和列数,但仍有一些空格。
任何想法表示赞赏!