Merge pull request #42 from klaernie/master

remove useless invocations of awful.client.moveresize()
This commit is contained in:
Luke Bonham 2014-05-10 15:45:21 +02:00
commit 23b7e4a8a9
7 changed files with 0 additions and 7 deletions

View File

@ -636,7 +636,6 @@ for s = 1, screen.count() do screen[s]:connect_signal("arrange", function ()
-- No borders with only one visible client
elseif #clients == 1 or layout == "max" then
clients[1].border_width = 0
awful.client.moveresize(0, 0, 2, 2, clients[1])
else
c.border_width = beautiful.border_width
end

View File

@ -729,7 +729,6 @@ for s = 1, screen.count() do screen[s]:connect_signal("arrange", function ()
-- No borders with only one visible client
elseif #clients == 1 or layout == "max" then
clients[1].border_width = 0
awful.client.moveresize(0, 0, 2, 2, clients[1])
else
c.border_width = beautiful.border_width
end

View File

@ -665,7 +665,6 @@ for s = 1, screen.count() do screen[s]:connect_signal("arrange", function ()
-- No borders with only one visible client
elseif #clients == 1 or layout == "max" then
clients[1].border_width = 0
awful.client.moveresize(0, 0, 2, 2, clients[1])
else
c.border_width = beautiful.border_width
end

View File

@ -771,7 +771,6 @@ for s = 1, screen.count() do screen[s]:connect_signal("arrange", function ()
-- No borders with only one visible client
elseif #clients == 1 or layout == "max" then
clients[1].border_width = 0
awful.client.moveresize(0, 0, 2, 2, clients[1])
else
c.border_width = beautiful.border_width
end

View File

@ -688,7 +688,6 @@ for s = 1, screen.count() do screen[s]:connect_signal("arrange", function ()
-- No borders with only one visible client
elseif #clients == 1 or layout == "max" then
clients[1].border_width = 0
awful.client.moveresize(0, 0, 2, 2, clients[1])
else
c.border_width = beautiful.border_width
end

View File

@ -634,7 +634,6 @@ for s = 1, screen.count() do screen[s]:connect_signal("arrange", function ()
-- No borders with only one visible client
elseif #clients == 1 or layout == "max" then
clients[1].border_width = 0
awful.client.moveresize(0, 0, 2, 2, clients[1])
else
c.border_width = beautiful.border_width
end

View File

@ -643,7 +643,6 @@ for s = 1, screen.count() do screen[s]:connect_signal("arrange", function ()
-- No borders with only one visible client
elseif #clients == 1 or layout == "max" then
clients[1].border_width = 0
awful.client.moveresize(0, 0, 2, 2, clients[1])
else
c.border_width = beautiful.border_width
end