Answers for "terminal ubuntu shortcut to full screen"

0

terminal ubuntu shortcut to full screen

# working for most of the terminal in Linux

# 0 - check you terminal name
# 1 - is there a --full-screen like option 
$ <terminal-name> --help
# 2 - open /usr/share/applications/<terminal-name>.desktop
$ sudo nvim /usr/share/applications/mate-terminal.desktop
# 3 - at the Exec line add the full scree option
Exec=mate-terminal --full-screen
Posted by: Guest on May-30-2021

Code answers related to "terminal ubuntu shortcut to full screen"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language