Revert "awesomerc: add placement by default"

This reverts commit 2cefa5e9b2.
This commit is contained in:
Julien Danjou 2009-08-22 17:29:22 +02:00
parent 8ec4f93a3a
commit 4b311371f1
1 changed files with 0 additions and 5 deletions

View File

@ -358,11 +358,6 @@ client.add_signal("manage", function (c, startup)
-- Honor size hints: if you want to drop the gaps between windows, set this to false. -- Honor size hints: if you want to drop the gaps between windows, set this to false.
-- c.size_hints_honor = false -- c.size_hints_honor = false
-- Move new windows in free area.
awful.placement.no_overlap(c)
-- Be sure that new windows are not placed fully inside the screen area.
awful.placement.no_offscreen(c)
end) end)
client.add_signal("focus", function(c) c.border_color = beautiful.border_focus end) client.add_signal("focus", function(c) c.border_color = beautiful.border_focus end)