Adds killclient_byappid to internal commands

This commit is contained in:
Jon H 2026-03-20 13:29:22 -07:00
parent f3336eae68
commit df1d622649
3 changed files with 20 additions and 1 deletions

View file

@ -34,6 +34,7 @@ int32_t exchange_client(const Arg *arg);
int32_t exchange_stack_client(const Arg *arg);
int32_t exchange_stack_client_bounded(const Arg *arg);
int32_t killclient(const Arg *arg);
int32_t killclient_byappid(const Arg *arg);
int32_t toggleglobal(const Arg *arg);
int32_t incnmaster(const Arg *arg);
int32_t focusmon(const Arg *arg);