mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-02 01:40:16 -05:00
added in variables for tabs
This commit is contained in:
parent
dde45e549d
commit
6add782b04
3 changed files with 92 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue