aboutsummaryrefslogtreecommitdiffstats
path: root/modules/fullscreen/fullscreen.c
blob: 3b36575aff6b15c6831f59999e5a3787435d9a11 (plain)
1
2
3
4
5
6
void
togglefullscr(const Arg *arg)
{
  if(selmon->sel)
    setfullscreen(selmon->sel, !selmon->sel->isfullscreen);
}