summaryrefslogtreecommitdiff
path: root/src/clients
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients')
-rw-r--r--src/clients/mod.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clients/mod.rs b/src/clients/mod.rs
index d093fb1..7216545 100644
--- a/src/clients/mod.rs
+++ b/src/clients/mod.rs
@@ -434,8 +434,10 @@ impl ClientState {
debug!("setting tag focus to {:?} on mon {}", tag_focus, mon);
self.mons[mon].last_focused_tag = curr_focus;
self.mons[mon].focused_tag = tag_focus;
- self.unfocus(conn);
+
self.rearrange_mon(conn, mon);
+ self.unfocus(conn);
+ self.focused_client = self.clients.iter().position(|c| tag_focus.matches(c.tag));
}
/// Set the given monitor's focused tag to its previous value