I'd like to execute the command:
gnome-terminal --geometry=80x50+0+0
when I left-click on the Terminal icon in the Ubuntu dock (on Ubuntu 18.04).
Is there a way to do it?
I'd like to execute the command:
gnome-terminal --geometry=80x50+0+0
when I left-click on the Terminal icon in the Ubuntu dock (on Ubuntu 18.04).
Is there a way to do it?
You could simply change the default settings in you
gnome-terminal
profile, orYou could create a new launcher item, based on the current
gnome-terminal.desktop
file.This file is located at
/usr/local/share/applications/gnome-terminal.desktop
. Copy it to~/.local/share/applications/
and edit theExec=
andName=
lines accordingly and add it to your dock. I would suggest to use a different file name when copying the originalgnome-terminal.desktop
file.Simply just edit the preferences of the terminal. Go to Edit --> Preferences and then change the number of rows to 50 as in the pic below.