diff options
author | Joe <rbo@gmx.us> | 2025-03-02 19:57:01 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-03-02 19:57:01 +0100 |
commit | baf012c7fda532a00fb5d6bd99c30e7c3c9b5083 (patch) | |
tree | b7d4bbb7dc99862dc940c375aefc2d80af735633 | |
parent | up (diff) | |
download | dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.tar.gz dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.tar.bz2 dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.tar.xz dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.tar.zst dwl-baf012c7fda532a00fb5d6bd99c30e7c3c9b5083.zip |
up
-rw-r--r-- | dwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3935,6 +3935,7 @@ winview(const Arg *a) { return; b.ui = sel -> tags; view(&b); + focusclient(sel, 1); return; } |