1 2 3 4 5 6 7
void togglefullscreen(const Arg *arg) { if (!selmon->sel) return; setfullscreen(selmon->sel, !selmon->sel->isfullscreen); }