summaryrefslogtreecommitdiff
path: root/dwm/tagandview.c
blob: 0f982148b4eff3ed18f9a2b470bbdebe6abe51c8 (plain)
1
2
3
4
void tagandview(const Arg *arg) {
  tag(arg);
  view(arg);
}