feat: add dispatch focuslast

This commit is contained in:
DreamMaoMao 2025-06-15 15:55:18 +08:00
parent 4f78c06515
commit ba763332fc
3 changed files with 29 additions and 1 deletions

View file

@ -57,4 +57,5 @@ void resizewin(const Arg *arg);
void toggle_named_scratchpad(const Arg *arg);
void toggle_render_border(const Arg *arg);
void create_virtual_output(const Arg *arg);
void destroy_all_virtual_output(const Arg *arg);
void destroy_all_virtual_output(const Arg *arg);
void focuslast(const Arg *arg);