void togglefullscreen() { if (selmon->sel->isfullscreen) { setfullscreen(selmon->sel, 0); } else { setfullscreen(selmon->sel, 1); } }