1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

#251: add requested reference; closes #251

This commit is contained in:
Luca CPZ 2018-12-08 13:10:24 +00:00
parent 8955a7a335
commit be27a9d3b5

View file

@ -742,4 +742,7 @@ end
client.connect_signal("property::maximized", border_adjust)
client.connect_signal("focus", border_adjust)
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
-- possible workaround for tag preservation when switching back to default screen:
-- https://github.com/lcpz/awesome-copycats/issues/251
-- }}}