diff options
| -rw-r--r-- | monsterwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c index 6a7fb8d..29457dc 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -904,7 +904,6 @@ void stack(int hh, int cy) { */ void swap_master() { if (!current || !head->next || mode == MONOCLE) return; - for (client *t=head; t; t=t->next) if (t->isfullscreen) return; if (current == head) move_down(); else while (current != head) move_up(); update_current(head); |
