2025-09-05 14:22:10 +08:00
|
|
|
void minimized(const Arg *arg);
|
|
|
|
|
void restore_minimized(const Arg *arg);
|
2025-02-16 23:09:46 +08:00
|
|
|
void toggle_scratchpad(const Arg *arg);
|
|
|
|
|
void focusdir(const Arg *arg);
|
|
|
|
|
void toggleoverview(const Arg *arg);
|
|
|
|
|
void set_proportion(const Arg *arg);
|
2025-03-16 20:42:32 +08:00
|
|
|
void increase_proportion(const Arg *arg);
|
2025-02-16 23:09:46 +08:00
|
|
|
void switch_proportion_preset(const Arg *arg);
|
|
|
|
|
void zoom(const Arg *arg);
|
2025-04-03 09:43:20 +08:00
|
|
|
void tagsilent(const Arg *arg);
|
2025-02-16 23:09:46 +08:00
|
|
|
void tagtoleft(const Arg *arg);
|
|
|
|
|
void tagtoright(const Arg *arg);
|
|
|
|
|
void viewtoleft(const Arg *arg);
|
|
|
|
|
void viewtoright(const Arg *arg);
|
|
|
|
|
void viewtoleft_have_client(const Arg *arg);
|
|
|
|
|
void viewtoright_have_client(const Arg *arg);
|
|
|
|
|
void togglefloating(const Arg *arg);
|
|
|
|
|
void togglefullscreen(const Arg *arg);
|
|
|
|
|
void togglemaxmizescreen(const Arg *arg);
|
|
|
|
|
void togglegaps(const Arg *arg);
|
|
|
|
|
void tagmon(const Arg *arg);
|
|
|
|
|
void spawn(const Arg *arg);
|
2025-08-31 09:26:58 +08:00
|
|
|
void spawn_shell(const Arg *arg);
|
2025-03-20 17:03:54 +08:00
|
|
|
void spawn_on_empty(const Arg *arg);
|
2025-10-07 11:57:48 +08:00
|
|
|
void setkeymode(const Arg *arg);
|
2025-02-16 23:09:46 +08:00
|
|
|
void setlayout(const Arg *arg);
|
|
|
|
|
void switch_layout(const Arg *arg);
|
2025-06-10 12:38:56 +08:00
|
|
|
void switch_keyboard_layout(const Arg *arg);
|
2025-02-16 23:09:46 +08:00
|
|
|
void setmfact(const Arg *arg);
|
|
|
|
|
void quit(const Arg *arg);
|
|
|
|
|
void moveresize(const Arg *arg);
|
|
|
|
|
void exchange_client(const Arg *arg);
|
2025-09-28 18:39:41 +08:00
|
|
|
void exchange_stack_client(const Arg *arg);
|
2025-02-16 23:09:46 +08:00
|
|
|
void killclient(const Arg *arg);
|
|
|
|
|
void toggleglobal(const Arg *arg);
|
|
|
|
|
void incnmaster(const Arg *arg);
|
|
|
|
|
void focusmon(const Arg *arg);
|
|
|
|
|
void focusstack(const Arg *arg);
|
|
|
|
|
void chvt(const Arg *arg);
|
2025-04-06 01:01:15 +08:00
|
|
|
void reload_config(const Arg *arg);
|
2025-05-03 14:47:22 +08:00
|
|
|
void smartmovewin(const Arg *arg);
|
|
|
|
|
void smartresizewin(const Arg *arg);
|
2025-08-30 20:40:26 +08:00
|
|
|
void centerwin(const Arg *arg);
|
2025-04-25 12:09:39 +08:00
|
|
|
void bind_to_view(const Arg *arg);
|
|
|
|
|
void toggletag(const Arg *arg);
|
|
|
|
|
void toggleview(const Arg *arg);
|
|
|
|
|
void tag(const Arg *arg);
|
2025-09-25 10:28:59 +08:00
|
|
|
void comboview(const Arg *arg);
|
2025-05-06 21:00:09 +08:00
|
|
|
void incgaps(const Arg *arg);
|
|
|
|
|
void incigaps(const Arg *arg);
|
2025-04-25 12:09:39 +08:00
|
|
|
void incihgaps(const Arg *arg);
|
|
|
|
|
void incivgaps(const Arg *arg);
|
|
|
|
|
void incogaps(const Arg *arg);
|
|
|
|
|
void incohgaps(const Arg *arg);
|
|
|
|
|
void incovgaps(const Arg *arg);
|
|
|
|
|
void defaultgaps(const Arg *arg);
|
2025-05-02 22:09:07 +08:00
|
|
|
void togglefakefullscreen(const Arg *arg);
|
2025-05-03 09:51:24 +08:00
|
|
|
void toggleoverlay(const Arg *arg);
|
2025-05-03 15:18:33 +08:00
|
|
|
void movewin(const Arg *arg);
|
|
|
|
|
void resizewin(const Arg *arg);
|
2025-05-16 12:10:23 +08:00
|
|
|
void toggle_named_scratchpad(const Arg *arg);
|
2025-05-10 23:40:28 +08:00
|
|
|
void toggle_render_border(const Arg *arg);
|
|
|
|
|
void create_virtual_output(const Arg *arg);
|
2025-06-15 15:55:18 +08:00
|
|
|
void destroy_all_virtual_output(const Arg *arg);
|
2025-09-03 11:59:50 +08:00
|
|
|
void focuslast(const Arg *arg);
|
2025-10-08 13:39:31 +08:00
|
|
|
void toggle_trackpad_enable(const Arg *arg);
|
|
|
|
|
void setoption(const Arg *arg);
|