awesomerc: remove move to mouse screen code on manage

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-09-04 13:40:28 +02:00
parent 4a7dba0198
commit 769d2899ac
1 changed files with 0 additions and 7 deletions

View File

@ -299,13 +299,6 @@ awful.rules.rules = {
-- {{{ Signals
-- Signal function to execute when a new client appears.
client.add_signal("manage", function (c, startup)
-- If we are not managing this application at startup,
-- move it to the screen where the mouse is.
-- We only do it for filtered windows (i.e. no dock, etc).
if not startup and awful.client.focus.filter(c) then
c.screen = mouse.screen
end
-- Add a titlebar
-- awful.titlebar.add(c, { modkey = modkey })