Skip to content

Commit

Permalink
zoomswap: Don't refocus
Browse files Browse the repository at this point in the history
This is more in line with the autowarp for everything else.
  • Loading branch information
cdown committed Sep 15, 2020
1 parent 2e3ca7b commit 68dcfc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ in order to minimise merge conflicts, the dead code is left alone.
- keypressrelease
- pertag
- push_no_master
- zoomswap
- zoomswap (with some modifications around focus behaviour)

# Screenshot

Expand Down
1 change: 0 additions & 1 deletion dwm.c
Expand Up @@ -2482,7 +2482,6 @@ zoom(const Arg *arg)
at->next = cold;
}
}
focus(c);
arrange(c->mon);
}

Expand Down

0 comments on commit 68dcfc3

Please sign in to comment.