feat: add load_config_file

This commit is contained in:
werapi 2026-06-30 22:10:05 +02:00 committed by DreamMaoMao
parent 581beefef1
commit c85936dd5e
5 changed files with 16 additions and 5 deletions

View file

@ -43,6 +43,7 @@ int32_t focusstack(const Arg *arg);
int32_t groupfocus(const Arg *arg);
int32_t chvt(const Arg *arg);
int32_t reload_config(const Arg *arg);
int32_t load_config_file(const Arg *arg);
int32_t smartmovewin(const Arg *arg);
int32_t smartresizewin(const Arg *arg);
int32_t centerwin(const Arg *arg);