mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58: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
|
||||
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)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user