Merge branch 'fix_FS1155' of git://github.com/Elv13/awesome-1
This commit is contained in:
commit
933c0e4325
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue