diff --git a/dwm.c b/dwm.c index 78e9c77..8754b3a 100644 --- a/dwm.c +++ b/dwm.c @@ -1703,8 +1703,6 @@ togglefloating(const Arg *arg) { if (!selmon->sel) return; - if (selmon->sel->isfullscreen) /* no support for fullscreen windows */ - return; selmon->sel->isfloating = !selmon->sel->isfloating || selmon->sel->isfixed; if (selmon->sel->isfloating) resize(selmon->sel, selmon->sel->x, selmon->sel->y,