mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 15:45:00 +01:00
parent
266f5da0b3
commit
6f0a7dcd88
|
@ -597,9 +597,9 @@ client.connect_signal("request::titlebars", function(c)
|
|||
end)
|
||||
|
||||
-- Enable sloppy focus, so that focus follows mouse.
|
||||
client.connect_signal("mouse::enter", function(c)
|
||||
c:emit_signal("request::activate", "mouse_enter", { raise = false })
|
||||
end)
|
||||
-- client.connect_signal("mouse::enter", function(c)
|
||||
-- c:emit_signal("request::activate", "mouse_enter", { raise = false })
|
||||
-- end)
|
||||
|
||||
client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end)
|
||||
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
|
||||
|
|
Loading…
Reference in a new issue