mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-14 18:58:50 +01:00
...
This commit is contained in:
parent
2877a138e0
commit
28334adc6b
@ -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)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user