On Wed, Nov 7, 2012 at 8:58 PM, Manuel Kasser <[email protected]> wrote:
> 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)?
You probably want to put those functions in the
client.add_signal("manage", function (c)
portion of your config. Also, I don't think nooverlap and nooffscreen
are valid signals...
HTH,
Vitor
--
To unsubscribe, send mail to [email protected].