From 974562be881c86b0367519a3c3705c8257c71eac Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 25 Aug 2022 16:14:19 +0200 Subject: up --- dwm.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 65e29b7..4bd377b 100644 --- a/dwm.c +++ b/dwm.c @@ -2012,15 +2012,6 @@ toggleview(const Arg *arg) unsigned int newtagset = selmon->tagset[selmon->seltags] ^ (arg->ui & TAGMASK); int i; - // the first visible client should be the same after we add a new tag - // we also want to be sure not to mutate the focus - Client *const c = nexttiled(selmon->clients); - if (c) { - Client * const selected = selmon->sel; - pop(c); - focus(selected); - } - if (newtagset) { selmon->tagset[selmon->seltags] = newtagset; -- cgit v1.2.3