Fix signal for focusing urgent clients automatically

This commit is contained in:
elenapan 2020-03-21 07:18:04 +02:00
parent 2c6c83760b
commit a10091a0c4

View file

@ -959,10 +959,12 @@ client.connect_signal("request::activate", function(c, context, hints)
end
end)
-- -- Focus urgent clients automatically
-- Focus urgent clients automatically
-- client.connect_signal("property::urgent", function(c)
-- c.minimized = false
-- c:jump_to()
-- if c.urgent then
-- c.minimized = false
-- c:jump_to()
-- end
-- end)
-- Disconnect the client ability to request different size and position