From 4b311371f1ce99e28416831c5f3faf5f42043bb3 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 22 Aug 2009 17:29:22 +0200 Subject: [PATCH] Revert "awesomerc: add placement by default" This reverts commit 2cefa5e9b256a3542feaf2627a4578ca31c29384. --- awesomerc.lua.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/awesomerc.lua.in b/awesomerc.lua.in index 12f17866..d7d0795f 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -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. -- 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) client.add_signal("focus", function(c) c.border_color = beautiful.border_focus end) -- 2.11.4.GIT