📌  相关文章
📜  终端 ubuntu 快捷方式到全屏 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:53.652000             🧑  作者: Mango

代码示例1
# working for most of the terminal in Linux

# 0 - check you terminal name
# 1 - is there a --full-screen like option 
$  --help
# 2 - open /usr/share/applications/.desktop
$ sudo nvim /usr/share/applications/mate-terminal.desktop
# 3 - at the Exec line add the full scree option
Exec=mate-terminal --full-screen