Merge branch 'fix_FS1155' of git://github.com/Elv13/awesome-1

This commit is contained in:
Uli Schlachter 2014-11-08 23:55:16 +01:00
commit 933c0e4325
1 changed files with 3 additions and 0 deletions

View File

@ -383,6 +383,9 @@ client.connect_signal("manage", function (c)
awful.placement.no_overlap(c)
awful.placement.no_offscreen(c)
end
elseif not c.size_hints.user_position and not c.size_hints.program_position then
-- Prevent clients from being unreachable after screen count change
awful.placement.no_offscreen(c)
end
local titlebars_enabled = false