增加配置重载

This commit is contained in:
DreamMaoMao 2025-02-16 20:21:55 +08:00
parent 38138d6ec0
commit 1d58841bfd
3 changed files with 9 additions and 1 deletions

View file

@ -30,4 +30,5 @@ void incnmaster(const Arg *arg);
void incgaps(const Arg *arg);
void focusmon(const Arg *arg);
void focusstack(const Arg *arg);
void chvt(const Arg *arg);
void chvt(const Arg *arg);
void reload_config(const Arg *arg);