summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-03-02 19:57:01 +0100
committerJoe <rbo@gmx.us>2025-03-02 19:57:01 +0100
commitbaf012c7fda532a00fb5d6bd99c30e7c3c9b5083 (patch)
treeb7d4bbb7dc99862dc940c375aefc2d80af735633
parentup (diff)
downloaddwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.tar.gz
dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.tar.bz2
dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.tar.xz
dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.tar.zst
dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.zip
up
-rw-r--r--dwl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index 1f29d50..38de151 100644
--- a/dwl.c
+++ b/dwl.c
@@ -3935,6 +3935,7 @@ winview(const Arg *a) {
return;
b.ui = sel -> tags;
view(&b);
+ focusclient(sel, 1);
return;
}