0

What do I need to check for in the rules function to restrict the client iterator to only the focused tag? I've tried function(x) return x.tags == {t} end where t is awful.screen.focused().selected_tag and it doesn't work.

Arii
  • 349
  • 2
  • 10

1 Answers1

0

Just kidding, x.first_tag == t totally does appear to work, I had errors elsewhere.

Arii
  • 349
  • 2
  • 10