Linux users: Bother you how if you have a multi-monitor setup, and you move the Navigator window to another monitor so that it doesn’t cover your doc, but it won’t stay there and insists on covering the doc? Help is at hand: use devilspie2:
if string.match(get_window_name(), “Navigator”) then
set_window_geometry(3840, 0, 951, 1035); – RL
end
… every time the window is raised, the above will make sure it stays on the left side of my rightmost monitor where I want it. Your favored position might be different of course.