feat: add dispatch togglejump

This commit is contained in:
DreamMaoMao 2026-06-16 20:18:51 +08:00
parent 5c6cf39901
commit bb909cc2ed
10 changed files with 544 additions and 147 deletions

View file

@ -3,6 +3,7 @@ int32_t restore_minimized(const Arg *arg);
int32_t toggle_scratchpad(const Arg *arg);
int32_t focusdir(const Arg *arg);
int32_t toggleoverview(const Arg *arg);
int32_t togglejump(const Arg *arg);
int32_t set_proportion(const Arg *arg);
int32_t switch_proportion_preset(const Arg *arg);
int32_t zoom(const Arg *arg);