mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-29 08:12:46 +02:00
...
This commit is contained in:
@@ -385,6 +385,10 @@ function awful.ewmh.activate(c)
|
|||||||
client.focus = c
|
client.focus = c
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if c.class:lower() == "retroarch" then
|
||||||
|
c:lower()
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
client.connect_signal("request::activate", awful.ewmh.activate)
|
client.connect_signal("request::activate", awful.ewmh.activate)
|
||||||
@@ -394,6 +398,8 @@ client.connect_signal("property::fullscreen", function (c)
|
|||||||
c.fullscreen = false
|
c.fullscreen = false
|
||||||
c.ontop = false
|
c.ontop = false
|
||||||
c.focus=false
|
c.focus=false
|
||||||
|
c:lower()
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user