Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. client.add_signal("focus", function(c)
  2. c.border_color = beautiful.border_focus
  3. c.opacity = 1
  4. end)
  5. client.add_signal("unfocus", function(c)
  6. c.border_color = beautiful.border_normal
  7. c.opacity = 0.6 end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement