I use the Ctrl+Alt+T shortcut to open a terminal, but I cannot see how I can get it maximized. When I start it manually, I can simply do a gnome-terminal --maximize
, but that does not apply for the shortcut. Even a changing of the .desktop files did not change anything.
Any way to let the shortcut open a maximized terminal window?
I use regular Gnome 2 on Ubuntu 11.04 with no compositing effects.
/desktop/gnome/applications/terminal/exec
is the key that helps on my computer. – Martin Ueding Oct 11 '11 at 11:01keyboard shortcuts
desktop app. There, you should be able to either reassign the existingterminal
shortcut, or add a custom option which you could namemaximized terminal
, and supply the command<your native terminal app> --maximized
. For instance, I didmate-terminal --maximized
. – axolotl Jun 15 '18 at 13:24