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