lazy push before updates
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
local awful = require("awful")
|
||||
local beautiful = require("beautiful")
|
||||
local titlebar = require("deco.titlebar")
|
||||
|
||||
-- Signal function to execute when a new client appears.
|
||||
client.connect_signal("manage", function(c)
|
||||
@@ -9,6 +10,7 @@ client.connect_signal("manage", function(c)
|
||||
end
|
||||
end)
|
||||
|
||||
client.connect_signal("request::titlebars", titlebar)
|
||||
client.connect_signal("focus", function(c)
|
||||
c.border_color = beautiful.border_focus
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user