awesome config bug fix

This commit is contained in:
cuu 2018-08-30 21:01:04 +08:00
parent d3148d1379
commit 2877a138e0

View File

@ -385,7 +385,6 @@ function awful.ewmh.activate(c)
client.focus = c
end
c:lower()
end
end
client.connect_signal("request::activate", awful.ewmh.activate)
@ -395,7 +394,6 @@ client.connect_signal("property::fullscreen", function (c)
c.fullscreen = false
c.ontop = false
c.focus=false
c:lower()
end)