Toolbar at bottom
Brought to you by:
andreasb123,
auroux
Since my tablet is very thick (Lenovo X200), it is more comfortable when writing in the upper part of the screen. It would thus be preferable to free the upper part by either making the toolbar a lot thinner, or by moving it at the bottom. Why not both?
Thanks!
To place the toolbar at the bottom, edit ~/.xournal/config in a text editor, and change the line that says
interface_order=menu main_toolbar pen_toolbar drawarea statusbar
to
interface_order=menu drawarea main_toolbar pen_toolbar statusbar
(or whatever vertical order you prefer, in fact I think if you move the toolbars to the bottom it might be ergonomically better to switch them as well).
Also look for the line interface_fullscreen=... just below, for fullscreen mode.
Hope this helps,
Denis
This is great! Thank you.