feat: add overview jump mode

This commit is contained in:
DreamMaoMao 2026-06-16 18:59:25 +08:00
parent 055607383a
commit 49a978382f
13 changed files with 576 additions and 1 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);