added in variables for tabs

This commit is contained in:
talned 2026-02-03 01:42:21 +11:00
parent dde45e549d
commit 6add782b04
3 changed files with 92 additions and 1 deletions

View file

@ -69,4 +69,8 @@ int32_t setoption(const Arg *arg);
int32_t disable_monitor(const Arg *arg);
int32_t enable_monitor(const Arg *arg);
int32_t toggle_monitor(const Arg *arg);
int32_t scroller_stack(const Arg *arg);
int32_t scroller_stack(const Arg *arg);
int32_t tab_switch_next(const Arg *arg);
int32_t tab_switch_prev(const Arg *arg);
int32_t tab_focus_first(const Arg *arg); // Switch to the first tab in the stack
int32_t tab_focus_last(const Arg *arg); // Switch to the last tab in the stack