Good evening!
I've got a little inconvenience concerning GVim: it always opens about
20 pixels off screen on the left while having exact these 20 pixels
still free screen space next to it on the right hand side. And this
really happens every time I open GVim in floating layout (and just
then), even when I have put it to the right position last time (it's
scaled to fit exactly the width of my screen).

There was a hint in the awesome-FAQ [1], so I added
> client.add_signal("nooverlap", function (c)
awful.placement.no_overlap(c) end)
> client.add_signal("nooffscreen", function (c)
awful.placement.no_offscreen(c) end)
to the very end of my rc.lua, but it doesn't fix the problem.
As far as I noticed it's just GVim doing that. Does somebody have an
idea how to prevent it from doing this (or making the proposal from the
FAQ working)?

Unfortunately I can't find any output of awesome concerning that
specifying the problem, probably because it is indeed no technical
problem as such.

Thanks in advance!
Manuel

[1]
http://awesome.naquadah.org/wiki/FAQ#How_to_prevent_floating_clients_opening_offscreen.3F

-- 
To unsubscribe, send mail to [email protected].

Reply via email to