opt: focusid allow cross tag
Some checks are pending
Sync website / sync-website (push) Waiting to run
Sync wiki / sync-wiki (push) Waiting to run

This commit is contained in:
DreamMaoMao 2026-05-26 22:24:58 +08:00
parent 887a50a54e
commit 094a2eac22
3 changed files with 29 additions and 19 deletions

View file

@ -2000,6 +2000,6 @@ int32_t focusid(const Arg *arg) {
return 0;
Client *c = arg->tc;
focusclient(c, 1);
client_active(c);
return 0;
}