bar_alternativetags.c 78 B

12345678
  1. void
  2. togglealttag()
  3. {
  4. selmon->alttag = !selmon->alttag;
  5. drawbar(selmon);
  6. }