I am trying to open a pdf using Zathura by terminal, but it opens at the size that Gnome 3 considers.
My goal is to automatically place it divided to the right. To open it the script is something like this:
zathura MyFile.pdf
And it shows this:
My goal is for it to open as follows:
Is this possible using only the terminal?
Thanks!