This commit is contained in:
cuu 2018-08-30 21:15:47 +08:00
parent 2877a138e0
commit 28334adc6b

View File

@ -385,6 +385,10 @@ function awful.ewmh.activate(c)
client.focus = c
end
if c.class:lower() == "retroarch" then
c:lower()
end
end
end
client.connect_signal("request::activate", awful.ewmh.activate)
@ -394,6 +398,8 @@ client.connect_signal("property::fullscreen", function (c)
c.fullscreen = false
c.ontop = false
c.focus=false
c:lower()
end)