mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 18:28:50 +01:00
awesome config bug fix
This commit is contained in:
parent
d3148d1379
commit
2877a138e0
@ -385,7 +385,6 @@ function awful.ewmh.activate(c)
|
|||||||
client.focus = c
|
client.focus = c
|
||||||
end
|
end
|
||||||
|
|
||||||
c:lower()
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
client.connect_signal("request::activate", awful.ewmh.activate)
|
client.connect_signal("request::activate", awful.ewmh.activate)
|
||||||
@ -395,7 +394,6 @@ 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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user